Spaces:
Running
Running
module.exports = { | |
'*': ['eslint --fix --no-warn-ignored'], | |
'**/*.ts?(x)': () => 'npm run check-types', | |
}; | |
module.exports = { | |
'*': ['eslint --fix --no-warn-ignored'], | |
'**/*.ts?(x)': () => 'npm run check-types', | |
}; | |