Skip to content

Commit

Permalink
fix: bar
Browse files Browse the repository at this point in the history
  • Loading branch information
limonte committed Nov 16, 2024
1 parent de9c1e1 commit 720af4b
Show file tree
Hide file tree
Showing 3 changed files with 188 additions and 206 deletions.
2 changes: 0 additions & 2 deletions index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ export default tseslint.config(
allowTernary: true,
},
],
'@typescript-eslint/dot-notation': ['error', { allowKeywords: true }],
'@typescript-eslint/no-empty-function': ['error', { allow: ['arrowFunctions'] }],
// TODO END
},
languageOptions: {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
},
"dependencies": {
"eslint-config-prettier": "^9.0.0",
"typescript-eslint": "^8.0.0",
"globals": "^15.9.0"
"globals": "^15.9.0",
"typescript-eslint": "^8.0.0"
},
"devDependencies": {
"eslint": "^9.0.0",
Expand Down
Loading

0 comments on commit 720af4b

Please sign in to comment.