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 e01a067 commit eabeb79Copy full SHA for eabeb79
.prettierignore
@@ -1,3 +1,2 @@
1
-./playground/typed-router.d.ts
2
-./packages/nuxt/templates
+typed-router.d.ts
3
*.ejs
package.json
@@ -121,11 +121,8 @@
121
"commit-msg": "node scripts/verifyCommit.mjs"
122
},
123
"lint-staged": {
124
- "*.js": [
+ "*.(j|t)s": [
125
"prettier --write"
126
- ],
127
- "*.ts?(x)": [
128
- "prettier --parser=typescript --write"
129
]
130
131
"repository": {
packages/nuxt/.eslintignore
@@ -1,2 +1,3 @@
dist
node_modules
0 commit comments