Skip to content

Commit 32f81f1

Browse files
fix: use more descriptive script names for linting (S)CSS and JavaScript (#22)
1 parent 20c6bdd commit 32f81f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"debug": "DEBUG=Eleventy* eleventy",
1111
"dev": "cross-env NODE_ENV=development eleventy --serve",
1212
"lint": "run-s -l lint:*",
13-
"lint:css": "stylelint \"**/*.css\"",
14-
"lint:js": "eslint \"**/*.{js,md}\"",
13+
"lint:styles": "stylelint \"**/*.css\"",
14+
"lint:scripts": "eslint \"**/*.{js,md}\"",
1515
"lint:markdown": "markdownlint-cli2 \"**/*.md\"",
1616
"lint:yml": "eslint \"**/*.yml\"",
1717
"start": "npm-run-all -l clean -p start:*",

0 commit comments

Comments
 (0)