Skip to content

Commit

Permalink
fix: no-undef eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Jul 6, 2019
1 parent 1539378 commit 125c5cf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion other-packages/eslint-config-docz-js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ module.exports = {
'comma-dangle': ['error', 'always-multiline'],
'no-mixed-operators': 'error',
'no-console': 'off',
'no-undef': 'off',
'react/prop-types': 'off',
},
parserOptions: {
Expand Down
1 change: 0 additions & 1 deletion other-packages/eslint-config-docz-ts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ module.exports = {
'comma-dangle': ['error', 'always-multiline'],
'no-mixed-operators': 'error',
'no-console': 'off',
'no-undef': 'off',
'react/prop-types': 'off',
'@typescript-eslint/no-unused-vars': [
'error',
Expand Down

0 comments on commit 125c5cf

Please sign in to comment.