Skip to content

Commit

Permalink
rm autolint
Browse files Browse the repository at this point in the history
  • Loading branch information
freddyb committed Sep 5, 2023
1 parent e539f4f commit d34e164
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run prettier && npm run lint
- run: npm run lint
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
},
"scripts": {
"lint": "eslint . --exit-on-fatal-error",
"autolint": "eslint . --fix && prettier --write .",
"prettier": "prettier --check .",
"build:browser": "rollup -c rollup.config.browser.js",
"build:browser-min": "rollup -c rollup.config.browser-min.js",
Expand Down

0 comments on commit d34e164

Please sign in to comment.