feat: rules for tests
This commit is contained in:
parent
92540f2135
commit
2e07691eeb
@ -93,6 +93,12 @@ module.exports = {
|
|||||||
'no-console': 'off',
|
'no-console': 'off',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
files: ['*.test.ts', '*.test.js', '*.spec.ts', '*.spec.js'],
|
||||||
|
rules: {
|
||||||
|
'no-unused-expressions': 'off',
|
||||||
|
},
|
||||||
|
},
|
||||||
],
|
],
|
||||||
rules: {
|
rules: {
|
||||||
// import
|
// import
|
||||||
|
Loading…
Reference in New Issue
Block a user