Spaces:
Running
Running
File size: 111 Bytes
f75d7fa |
1 2 3 4 5 |
module.exports = {
'*': ['eslint --fix --no-warn-ignored'],
'**/*.ts?(x)': () => 'npm run check-types',
};
|