Skip to content

Commit

Permalink
chore: add lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
motea927 committed Jan 15, 2024
1 parent bd40d48 commit 8936751
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
"build:fix": "esno scripts/postbuild.ts",
"build:all": "npm run build:popup && npm run build:plugin && cp -r src/overlay-layout dist",
"dev:playground": "npm -C popup run dev & npm -C playground run dev",
"lint": "eslint . --config .eslintrc.cjs",
"lint:fix": "eslint . --config .eslintrc.cjs && prettier --write -c .",
"release": "npm run build:all && bumpp && npm publish",
"test": "vitest",
Expand Down

0 comments on commit 8936751

Please sign in to comment.