eslintrc-tsnocheck
This commit is contained in:
10
packages/frontend/.eslintrc-tsnocheck.cjs
Normal file
10
packages/frontend/.eslintrc-tsnocheck.cjs
Normal file
@@ -0,0 +1,10 @@
|
||||
// Split from .eslintrc, so that the default eslintrc can still show error for ts-nocheck
|
||||
module.exports = {
|
||||
root: true,
|
||||
extends: [
|
||||
'./.eslintrc.cjs',
|
||||
],
|
||||
rules: {
|
||||
'@typescript-eslint/ban-ts-comment': ['error', { 'ts-nocheck': false }]
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user