Skip to content

Commit

Permalink
continue is ok
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Dec 5, 2022
1 parent 49da878 commit ce2106b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ module.exports = {
'consistent-return': 'off',
'no-nested-ternary': 'off',
'default-case': 'off',
'no-continue': 'off',
'no-console': 'off',
'no-restricted-syntax': 'off',
'no-underscore-dangle': 'off',
Expand Down Expand Up @@ -119,7 +120,6 @@ module.exports = {
// TODO impossible to autofix (about 250 errors in total)
'no-mixed-operators': 'off',
'no-restricted-globals': 'off',
'no-continue': 'off',
radix: 'off',
'prefer-spread': 'off',
'no-new-func': 'off', // fixed with separate PR https://github.com/fomantic/Fomantic-UI/pull/2587
Expand Down

0 comments on commit ce2106b

Please sign in to comment.