🚨 Lint code and prettier

This commit is contained in:
ajnart
2022-05-23 10:24:54 +02:00
parent 72e08f484f
commit 6a905e1b49
3 changed files with 17 additions and 17 deletions

View File

@@ -16,5 +16,5 @@
"incremental": true
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "next.config.js"],
"exclude": ["node_modules", "**/*.story.*"]
"exclude": ["node_modules"]
}