Skip to content

Commit

Permalink
fix no-new-func manually
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Dec 5, 2022
1 parent c2d46d1 commit e52f5f4
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 @@ -116,7 +116,7 @@ module.exports = {
radix: 'off',
'prefer-spread': 'off',
'no-multi-assign': 'off',
'no-new-func': 'off',
'no-new-func': 'off', // fixed with separate PR https://github.com/fomantic/Fomantic-UI/pull/2587
'no-bitwise': 'off',
'array-callback-return': 'off',
'no-prototype-builtins': 'off',
Expand Down

0 comments on commit e52f5f4

Please sign in to comment.