Skip to content

Commit 6ad03ce

Browse files
committed
Add missing file after update to Next.js 12 and Tailwind CSS 3
1 parent fbec832 commit 6ad03ce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lint-staged.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)