Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
const fabric = require('@umijs/fabric');
module.exports = {
...fabric.eslint,
rules: {
...fabric.eslint.rules,
'@typescript-eslint/prefer-interface': 0,
'@typescript-eslint/no-explicit-any': 0,
'@typescript-eslint/array-type': ['error', 'array-simple'],
'no-return-assign': 0,
semi: ['error', 'always'],
'no-console': 0,
'max-len': ['error', { code: 120, ignoreComments: true, ignoreStrings: true }],
// see https://github.com/prettier/prettier/issues/3847
'space-before-function-paren': ['error', { anonymous: 'never', named: 'never', asyncArrow: 'always' }],
'no-underscore-dangle': 0,
},
};
const fabric = require('@umijs/fabric');
module.exports = {
...fabric.eslint,
rules: {
...fabric.eslint.rules,
'@typescript-eslint/prefer-interface': 0,
'@typescript-eslint/no-explicit-any': 0,
'@typescript-eslint/array-type': ['error', 'array-simple'],
'no-return-assign': 0,
semi: ['error', 'always'],
'no-console': 0,
'max-len': ['error', { code: 120, ignoreComments: true, ignoreStrings: true }],
// see https://github.com/prettier/prettier/issues/3847
'space-before-function-paren': ['error', { anonymous: 'never', named: 'never', asyncArrow: 'always' }],
'no-underscore-dangle': 0,
},
};
const fabric = require('@umijs/fabric');
module.exports = {
...fabric.default,
rules: {
...fabric.default.rules,
'@typescript-eslint/interface-name-prefix': [0],
'jsx-a11y/alt-text': [0],
'global-require': [0],
'arrow-parens': [0],
'react/button-has-type': [0],
'lines-between-class-members': [0],
'no-param-reassign': [0],
'class-methods-use-this': [0],
'no-underscore-dangle': [0],
'import/no-extraneous-dependencies': [0],
'constructor-super': [0],
'no-confusing-arrow': [0],
'@typescript-eslint/no-object-literal-type-assertion': [0],
'eslint-comments/no-unlimited-disable': [0],
const fabric = require('@umijs/fabric');
module.exports = {
...fabric.default,
rules: {
...fabric.default.rules,
'@typescript-eslint/interface-name-prefix': [0],
'jsx-a11y/alt-text': [0],
'global-require': [0],
'arrow-parens': [0],
'react/button-has-type': [0],
'lines-between-class-members': [0],
'no-param-reassign': [0],
'class-methods-use-this': [0],
'no-underscore-dangle': [0],
'import/no-extraneous-dependencies': [0],
'constructor-super': [0],
'no-confusing-arrow': [0],
'@typescript-eslint/no-object-literal-type-assertion': [0],
'eslint-comments/no-unlimited-disable': [0],
},
};
const fabric = require('@umijs/fabric');
module.exports = {
...fabric.default,
rules: {
...fabric.default.rules,
'@typescript-eslint/interface-name-prefix': [0],
'jsx-a11y/alt-text': [0],
'global-require': [0],
'arrow-parens': [0],
'react/button-has-type': [0],
'lines-between-class-members': [0],
'no-param-reassign': [0],
'class-methods-use-this': [0],
'no-underscore-dangle': [0],
'import/no-extraneous-dependencies': [0],
'constructor-super': [0],
'no-confusing-arrow': [0],
'@typescript-eslint/no-object-literal-type-assertion': [0],
'eslint-comments/no-unlimited-disable': [0],
'no-case-declarations': 0,
'no-restricted-syntax': [0],
const fabric = require('@umijs/fabric');
module.exports = {
...fabric.default,
rules: {
...fabric.default.rules,
"no-restricted-syntax": "off",
"no-plusplus": "off",
"no-underscore-dangle": "off",
"consistent-return": "off",
"@typescript-eslint/ban-ts-ignore": "off",
"@typescript-eslint/no-object-literal-type-assertion": "off",
}
};
const fabric = require('@umijs/fabric');
module.exports = {
...fabric.default,
rules: {
...fabric.default.rules,
"no-restricted-syntax": "off",
"no-plusplus": "off",
"no-underscore-dangle": "off",
"consistent-return": "off",
"@typescript-eslint/ban-ts-ignore": "off",
"@typescript-eslint/no-object-literal-type-assertion": "off",
}
};
const fabric = require('@umijs/fabric');
module.exports = {
...fabric.default,
rules: {
...fabric.default.rules,
'@typescript-eslint/interface-name-prefix': [0],
'jsx-a11y/alt-text': [0],
'global-require': [0],
'arrow-parens': [0],
'react/button-has-type': [0],
'lines-between-class-members': [0],
'no-param-reassign': [0],
'class-methods-use-this': [0],
'no-underscore-dangle': [0],
'import/no-extraneous-dependencies': [0],
'constructor-super': [0],
'no-confusing-arrow': [0],
'@typescript-eslint/no-object-literal-type-assertion': [0],
'eslint-comments/no-unlimited-disable': [0],
const fabric = require('@umijs/fabric');
module.exports = {
...fabric.default,
rules: {
...fabric.default.rules,
'@typescript-eslint/interface-name-prefix': [0],
'jsx-a11y/alt-text': [0],
'arrow-parens': [0],
'no-underscore-dangle': [0],
'global-require': [0],
'lines-between-class-members': [0],
'no-param-reassign': [0],
'eslint-comments/no-unlimited-disable': [0],
'operator-assignment': [0]
},
globals: {
IS_PRERENDER: true
}
};
const fabric = require('@umijs/fabric');
module.exports = {
...fabric.default,
rules: {
...fabric.default.rules,
'@typescript-eslint/interface-name-prefix': [0],
'jsx-a11y/alt-text': [0],
'arrow-parens': [0],
'no-underscore-dangle': [0],
'global-require': [0],
'lines-between-class-members': [0],
'no-param-reassign': [0],
'eslint-comments/no-unlimited-disable': [0],
'operator-assignment': [0]
},
globals: {
IS_PRERENDER: true
}
};