diff --git a/.eslintrc.js b/.eslintrc.js index 9bf7850784..5ebb7fae38 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -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',