Skip to content

Commit

Permalink
Update .eslintrc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtIeSocks committed Jan 13, 2023
1 parent f1c4f81 commit d3c2d73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module.exports = {
tsconfigRootDir: __dirname,
sourceType: 'module',
},
ignorePatterns: ['.eslintrc.js'],
plugins: ['react', '@typescript-eslint'],
env: {
browser: true,
Expand Down

0 comments on commit d3c2d73

Please sign in to comment.