Skip to content

Commit

Permalink
fix: πŸ› change eslintrc
Browse files Browse the repository at this point in the history
change eslintrc
  • Loading branch information
lgf-136 committed Sep 27, 2022
1 parent 9daf56d commit 40331dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

const path = require('path');
module.exports = {
extends: [ './config/eslint/react-ts.config' ],
extends: [ path.resolve(__dirname, './config/eslint/react-ts.config') ],
rules: {
'@typescript-eslint/no-non-null-assertion': 0,
'func-style': 0,
Expand Down
2 changes: 1 addition & 1 deletion .vscode
Submodule .vscode updated 1 files
+4 βˆ’13 settings.json
2 changes: 1 addition & 1 deletion config

0 comments on commit 40331dd

Please sign in to comment.