We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbec832 commit 6ad03ceCopy full SHA for 6ad03ce
lint-staged.config.js
@@ -0,0 +1,5 @@
1
+module.exports = {
2
+ '*.{js,jsx,ts,tsx}': ['eslint --fix', 'eslint'],
3
+ '**/*.ts?(x)': () => 'npm run build-types',
4
+ '*.json': ['prettier --write'],
5
+};
0 commit comments