Skip to content

Commit

Permalink
wip(front): fix jsconfig.json and add lint.fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Feb 11, 2024
1 parent 97315e9 commit ac5d2b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions front/jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"moduleResolution": "bundler",
},
"moduleResolution": "bundler"
}
}
1 change: 1 addition & 0 deletions front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --compiler-warnings \"css-unused-selector:ignore\"",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch --compiler-warnings \"css-unused-selector:ignore\"",
"prettier": "prettier",
"lint.fix": "prettier --write .",
"baseline": "mv -f ./.report/bundle/current/* ./.report/bundle/previous",
"bundle-stats": "bundle-stats",
"lint": "prettier --check . && eslint .",
Expand Down

0 comments on commit ac5d2b4

Please sign in to comment.