Skip to content

Commit

Permalink
fix: eslint latest
Browse files Browse the repository at this point in the history
  • Loading branch information
seinmyung25 committed Jan 9, 2024
1 parent 56d1b54 commit 5981bd8
Show file tree
Hide file tree
Showing 3 changed files with 1,381 additions and 94 deletions.
13 changes: 13 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,19 @@
}
}
],
"quotes": ["error", "double"],
"semi": ["error", "always"],
"indent": ["error", 2],
"no-multi-spaces": ["error"],
"comma-dangle": ["error", {
"arrays": "never",
"objects": "never",
"imports": "never",
"exports": "never",
"functions": "never"
}],
"function-call-argument-newline": ["error", "consistent"],
"@typescript-eslint/require-await": "off",
"@typescript-eslint/await-thenable": "off"
},
"settings": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"@types/chai": "^4.2.0",
"@types/mocha": ">=9.1.0",
"@types/node": ">=16.0.0",
"async-constructor": "^0.4.17",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"chai": "^4.2.0",
"async-constructor": "^0.4.17",
"chai": "^5.0.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
Expand Down
Loading

0 comments on commit 5981bd8

Please sign in to comment.