Skip to content

Commit

Permalink
🍱 Update ESlint for typescript. Fix linter issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmoMyzrailGorynych committed Dec 21, 2023
1 parent 3071a9b commit 4f21ac3
Show file tree
Hide file tree
Showing 9 changed files with 1,706 additions and 898 deletions.
4 changes: 3 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
node_modules
3rdparty
app/data/typedefs
app/data/typedefs
app/data/ct.release
src/ct.release/desktopPack/game/neutralino*
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
],
"rules": {
"@typescript-eslint/no-var-requires": "off",
"@typescript-eslint/no-explicit-any": "warn",
"accessor-pairs": "error",
"array-bracket-spacing": ["error", "never"],
"array-callback-return": "error",
Expand Down
Loading

0 comments on commit 4f21ac3

Please sign in to comment.