Skip to content

Commit d9b6038

Browse files
chore: update eslint
1 parent cb3c5f8 commit d9b6038

4 files changed

Lines changed: 1 addition & 7 deletions

File tree

.eslintrc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,5 @@
33
"parserOptions": {
44
"sourceType": "module",
55
"requireConfigFile": false
6-
},
7-
"rules": {
8-
"no-sync": "off"
96
}
107
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"devDependencies": {
5858
"@istanbuljs/esm-loader-hook": "^0.2.0",
5959
"@myunisoft/httpie": "^1.9.2",
60-
"@nodesecure/eslint-config": "^1.5.0",
60+
"@nodesecure/eslint-config": "^1.7.0",
6161
"@nodesecure/size-satisfies": "^1.0.2",
6262
"@nodesecure/vis-network": "^1.4.0",
6363
"@openally/result": "^1.0.0",

src/commands/scorecard.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ function separatorLine() {
1515
}
1616

1717
export function getCurrentRepository() {
18-
// eslint-disable-next-line no-sync
1918
const config = ini.parse(fs.readFileSync(".git/config", "utf-8"));
2019

2120
const originMetadata = config["remote \"origin\""];

src/http-server/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* eslint-disable no-sync */
2-
31
// Import Node.js Dependencies
42
import fs from "fs";
53

0 commit comments

Comments
 (0)