Skip to content

Commit

Permalink
fix: lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
blakebyrnes committed Mar 15, 2022
1 parent 65cae71 commit db3f353
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Expand Up @@ -100,6 +100,7 @@ module.exports = {
'no-console': 'off',
'@typescript-eslint/no-unused-vars': 'off',
'import/no-extraneous-dependencies': 'off',
'@typescript-eslint/no-shadow': 'off',
},
},
{
Expand Down
1 change: 1 addition & 0 deletions replay/.eslintrc.js
Expand Up @@ -17,6 +17,7 @@ module.exports = {
],
rules: {
'no-console': 'off',
'import/order': 'off',
'import/extensions': 'off',
'import/no-extraneous-dependencies': [
'error',
Expand Down
1 change: 1 addition & 0 deletions replay/frontend/.eslintrc.js
Expand Up @@ -9,5 +9,6 @@ module.exports = {
'no-console': 'off',
'global-require': 'off',
'import/extensions': 'off',
'import/no-extraneous-dependencies': 'off',
},
};

0 comments on commit db3f353

Please sign in to comment.