|
@@ -34,6 +34,21 @@ module.exports = {
|
|
|
|
|
|
// TODO(@anonrig): Remove these rules from eslint-sentry-config.
|
|
|
'import/no-nodejs-modules': 'off',
|
|
|
+ semi: 'off',
|
|
|
+ 'use-isnan': 'off',
|
|
|
+ curly: 'off',
|
|
|
+ eqeqeq: 'off',
|
|
|
+ 'no-extra-semi': 'off',
|
|
|
+ 'no-eq-null': 'off',
|
|
|
+ 'comma-dangle': 'off',
|
|
|
+ 'react/jsx-no-target-blank': 'off',
|
|
|
+ 'react/jsx-no-duplicate-props': 'off',
|
|
|
+ 'react-hooks/rules-of-hooks': 'off',
|
|
|
+ 'no-duplicate-case': 'off',
|
|
|
+ 'no-dupe-keys': 'off',
|
|
|
+ 'no-redeclare': 'off',
|
|
|
+ 'no-debugger': 'off',
|
|
|
+ 'no-unreachable': 'off',
|
|
|
},
|
|
|
// JSON file formatting is handled by Biome. ESLint should not be linting
|
|
|
// and formatting these files.
|
|
@@ -45,6 +60,21 @@ module.exports = {
|
|
|
rules: {
|
|
|
// TODO(@anonrig): Remove these rules from eslint-sentry-config.
|
|
|
'import/no-nodejs-modules': 'off',
|
|
|
+ semi: 'off',
|
|
|
+ 'use-isnan': 'off',
|
|
|
+ curly: 'off',
|
|
|
+ eqeqeq: 'off',
|
|
|
+ 'no-extra-semi': 'off',
|
|
|
+ 'no-eq-null': 'off',
|
|
|
+ 'comma-dangle': 'off',
|
|
|
+ 'react/jsx-no-target-blank': 'off',
|
|
|
+ 'react/jsx-no-duplicate-props': 'off',
|
|
|
+ 'react-hooks/rules-of-hooks': 'off',
|
|
|
+ 'no-duplicate-case': 'off',
|
|
|
+ 'no-dupe-keys': 'off',
|
|
|
+ 'no-redeclare': 'off',
|
|
|
+ 'no-debugger': 'off',
|
|
|
+ 'no-unreachable': 'off',
|
|
|
},
|
|
|
},
|
|
|
{
|