Skip to content

Commit

Permalink
lint/fix more things
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Mar 8, 2024
1 parent 9c58439 commit 6cdeee8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"url": "https://github.com/webgpu/webgpu-samples.git"
},
"scripts": {
"lint": "eslint --ext .ts,.js,.html src/ sample/ build/",
"fix": "eslint --fix --ext .ts,.js,.html src/ sample/ build/",
"lint": "eslint --ext .ts,.js,.html src/ sample/ build/ .eslintrc.cjs rollup.config.js index.html",
"fix": "eslint --fix --ext .ts,.js,.html src/ sample/ build/ .eslintrc.cjs rollup.config.js index.html",
"build": "node build/tools/build.js",
"start": "node build/tools/serve.js",
"serve": "node build/tools/serve.js",
Expand Down

0 comments on commit 6cdeee8

Please sign in to comment.