Skip to content

Commit 422feae

Browse files
committed
chore(workspace): add typescript to eslint validation
1 parent 28f9490 commit 422feae

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

blueprint-boilerplate-nuxt.code-workspace

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"source.fixAll": "explicit"
1818
},
1919
"eslint.validate": [
20+
"typescript",
2021
"javascript",
2122
"javascriptreact",
2223
"vue",
@@ -57,4 +58,4 @@
5758
"extensions": {
5859
"recommendations": []
5960
}
60-
}
61+
}

nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export default defineNuxtConfig({
136136

137137
nitro: {
138138
prerender: {
139-
routes: ['/', '/de']
139+
routes: ['/', '/de']
140140
}
141141
},
142142

0 commit comments

Comments
 (0)