File tree 5 files changed +6
-6
lines changed
app-lit-element/templates/static
app-lit-element-ts/templates/static
linting-eslint-ts/templates
test/snapshots/fully-loaded-app
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export default /** @type {import('@web/dev-server').DevServerConfig} */ ({
15
15
// esbuildTarget: 'auto'
16
16
17
17
/** Set appIndex to enable SPA routing */
18
- // appIndex: 'demo /index.html',
18
+ appIndex : '. /index.html' ,
19
19
20
20
plugins : [
21
21
/** Use Hot Module Replacement by uncommenting. Requires @open-wc/dev-server-hmr plugin */
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export default /** @type {import('@web/dev-server').DevServerConfig} */ ({
15
15
// esbuildTarget: 'auto'
16
16
17
17
/** Set appIndex to enable SPA routing */
18
- // appIndex: 'demo /index.html',
18
+ appIndex : '. /index.html' ,
19
19
20
20
plugins : [
21
21
/** Use Hot Module Replacement by uncommenting. Requires @open-wc/dev-server-hmr plugin */
Original file line number Diff line number Diff line change 2
2
"devDependencies" : {
3
3
"eslint" : " ^8.31.0" ,
4
4
"@open-wc/eslint-config" : " ^9.0.0" ,
5
- "@typescript-eslint/parser" : " ^4.33 .0" ,
6
- "@typescript-eslint/eslint-plugin" : " ^4.33 .0"
5
+ "@typescript-eslint/parser" : " ^5.48 .0" ,
6
+ "@typescript-eslint/eslint-plugin" : " ^5.48 .0"
7
7
},
8
8
"eslintConfig" : {
9
9
"parser" : " @typescript-eslint/parser" ,
Original file line number Diff line number Diff line change 34
34
"@web/test-runner" : " ^0.14.0" ,
35
35
"babel-plugin-template-html-minifier" : " ^4.1.0" ,
36
36
"deepmerge" : " ^4.2.2" ,
37
- "eslint" : " ^8.30 .0" ,
37
+ "eslint" : " ^8.31 .0" ,
38
38
"eslint-config-prettier" : " ^8.3.0" ,
39
39
"husky" : " ^4.3.8" ,
40
40
"lint-staged" : " ^10.5.4" ,
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export default /** @type {import('@web/dev-server').DevServerConfig} */ ({
15
15
// esbuildTarget: 'auto'
16
16
17
17
/** Set appIndex to enable SPA routing */
18
- // appIndex: 'demo /index.html',
18
+ appIndex : '. /index.html' ,
19
19
20
20
plugins : [
21
21
/** Use Hot Module Replacement by uncommenting. Requires @open-wc/dev-server-hmr plugin */
You can’t perform that action at this time.
0 commit comments