Skip to content

Commit a4a42ba

Browse files
committed
cleanup
1 parent 56b1dd4 commit a4a42ba

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@
1818
"dev": "http-server ./ -c-1 --cors",
1919
"server": "http-server ./ --cors",
2020
"lint:check": "eslint **/*.{js,mjs,jsx,ts,tsx}",
21-
"lint:fix": "eslint \"**/*.{js,mjs,jsx,ts,tsx}\" --fix",
2221
"pretty:check": "prettier --check ./",
23-
"pretty:fix": "prettier --write ./",
2422
"format:check": "npm run pretty:check && npm run lint:check",
2523
"test:chrome": "node tests/run.mjs --browser chrome",
2624
"test:firefox": "node tests/run.mjs --browser firefox",

0 commit comments

Comments
 (0)