edtechdemo / lint-staged.config.js
Hoang Nguyen
init app
f75d7fa
raw
history blame
111 Bytes
module.exports = {
'*': ['eslint --fix --no-warn-ignored'],
'**/*.ts?(x)': () => 'npm run check-types',
};