Skip to content

Commit

Permalink
fix: use more descriptive script names for linting (S)CSS and JavaScr…
Browse files Browse the repository at this point in the history
…ipt (#369)
  • Loading branch information
greatislander authored Aug 17, 2023
1 parent dedf644 commit db7f00a
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 @@
"debug": "DEBUG=Eleventy* eleventy",
"dev": "cross-env NODE_ENV=development eleventy --serve",
"lint": "run-s -l lint:*",
"lint:css": "stylelint \"**/*.css\"",
"lint:js": "eslint \"**/*.{js,md}\"",
"lint:styles": "stylelint \"**/*.css\"",
"lint:scripts": "eslint \"**/*.{js,md}\"",
"lint:markdown": "markdownlint-cli2 \"**/*.md\"",
"lint:yml": "eslint \"**/*.yml\"",
"start": "npm-run-all -l clean -p start:*",
Expand Down

0 comments on commit db7f00a

Please sign in to comment.