We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99df549 commit ea63707Copy full SHA for ea63707
1 file changed
package.json
@@ -39,6 +39,8 @@
39
"scripts": {
40
"build": "ember build --environment=production",
41
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
42
+ "lint:css": "stylelint \"**/*.css\" --allow-empty-input",
43
+ "lint:css:fix": "concurrently \"npm:lint:css -- --fix\"",
44
"lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\"",
45
"lint:hbs": "ember-template-lint .",
46
"lint:hbs:fix": "ember-template-lint . --fix",
0 commit comments