Skip to content

Commit

Permalink
chore: expand linting
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Jul 15, 2021
1 parent 7468263 commit bec5395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"clean": "rimraf build dist/*.css",
"lint": "run-s lint:*",
"lint:js": "eslint *.js",
"lint:css": "stylelint src/css/style.css",
"lint:css": "stylelint src/css/**/*.css",
"prerelease": "npm run build:css",
"release": "git add dist/style.min.css && standard-version -a -t ''",
"start": "npm-run-all clean --parallel start:*",
Expand Down

0 comments on commit bec5395

Please sign in to comment.