mirror of
https://github.com/strapi/strapi.git
synced 2025-12-28 07:33:17 +00:00
fix comments
This commit is contained in:
parent
1821f65366
commit
65fbef1d78
@ -15,12 +15,12 @@ module.exports = {
|
||||
...require('./.eslintrc.back.js').rules,
|
||||
'import/no-extraneous-dependencies': ['error', { devDependencies: ['**/*.test.ts'] }],
|
||||
// TODO: The following rules from @strapi/eslint-config/typescript are disabled because they're causing problems we need to solve or fix
|
||||
// to be solved (that is, we want to keep the rule, but it shouldn't be reported in the places it is)
|
||||
// to be solved in configuration
|
||||
'node/no-unsupported-features/es-syntax': 'off',
|
||||
'import/prefer-default-export': 'off',
|
||||
'node/no-missing-import': 'off',
|
||||
// to be cleaned up (should be left on and fixed but out of scope right now because it affects many files throughout the codebase)
|
||||
'@typescript-eslint/no-use-before-define': 'warn',
|
||||
'@typescript-eslint/brace-style': 'off', // TODO: fix conflict with prettier/prettier in data-transfer/engine/index.ts
|
||||
// to be cleaned up throughout codebase (too many to fix at the moment)
|
||||
'@typescript-eslint/no-use-before-define': 'warn',
|
||||
},
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user