We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20c6bdd commit 32f81f1Copy full SHA for 32f81f1
package.json
@@ -10,8 +10,8 @@
10
"debug": "DEBUG=Eleventy* eleventy",
11
"dev": "cross-env NODE_ENV=development eleventy --serve",
12
"lint": "run-s -l lint:*",
13
- "lint:css": "stylelint \"**/*.css\"",
14
- "lint:js": "eslint \"**/*.{js,md}\"",
+ "lint:styles": "stylelint \"**/*.css\"",
+ "lint:scripts": "eslint \"**/*.{js,md}\"",
15
"lint:markdown": "markdownlint-cli2 \"**/*.md\"",
16
"lint:yml": "eslint \"**/*.yml\"",
17
"start": "npm-run-all -l clean -p start:*",
0 commit comments