File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
app-lit-element-ts/templates/static
app-lit-element/templates/static
linting-eslint-ts/templates
test/snapshots/fully-loaded-app Expand file tree Collapse file tree 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} */ ({
1515 // esbuildTarget: 'auto'
1616
1717 /** Set appIndex to enable SPA routing */
18- // appIndex: 'demo /index.html',
18+ appIndex : '. /index.html' ,
1919
2020 plugins : [
2121 /** 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} */ ({
1515 // esbuildTarget: 'auto'
1616
1717 /** Set appIndex to enable SPA routing */
18- // appIndex: 'demo /index.html',
18+ appIndex : '. /index.html' ,
1919
2020 plugins : [
2121 /** Use Hot Module Replacement by uncommenting. Requires @open-wc/dev-server-hmr plugin */
Original file line number Diff line number Diff line change 22 "devDependencies" : {
33 "eslint" : " ^8.31.0" ,
44 "@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"
77 },
88 "eslintConfig" : {
99 "parser" : " @typescript-eslint/parser" ,
Original file line number Diff line number Diff line change 3434 "@web/test-runner" : " ^0.14.0" ,
3535 "babel-plugin-template-html-minifier" : " ^4.1.0" ,
3636 "deepmerge" : " ^4.2.2" ,
37- "eslint" : " ^8.30 .0" ,
37+ "eslint" : " ^8.31 .0" ,
3838 "eslint-config-prettier" : " ^8.3.0" ,
3939 "husky" : " ^4.3.8" ,
4040 "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} */ ({
1515 // esbuildTarget: 'auto'
1616
1717 /** Set appIndex to enable SPA routing */
18- // appIndex: 'demo /index.html',
18+ appIndex : '. /index.html' ,
1919
2020 plugins : [
2121 /** 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