build ok,
This commit is contained in:
@@ -71,6 +71,16 @@ module.exports = {
|
||||
'react/jsx-fragments': 'off', // personal style
|
||||
'react/prop-types': 'off', // TypeScript is used for type checking
|
||||
'@next/next/no-img-element': 'off', // Temporary disabled
|
||||
// customized
|
||||
'@typescript-eslint/no-unsafe-assignment': 'warn',
|
||||
'@typescript-eslint/no-unsafe-argument': 'warn',
|
||||
'@typescript-eslint/no-explicit-any': 'warn',
|
||||
'@typescript-eslint/no-unused-vars': 'warn',
|
||||
'no-unused-vars': 'warn',
|
||||
'no-console': 'warn',
|
||||
'@typescript-eslint/no-empty-function': 'warn',
|
||||
'eslint-comments/require-description': 'off',
|
||||
'eslintreact/jsx-sort-props': 'off',
|
||||
},
|
||||
ignorePatterns: ['**/*del', '**/*bak'],
|
||||
};
|
||||
|
Reference in New Issue
Block a user