Skip to content

Commit ea63707

Browse files
committed
Disable stylelint for now
1 parent 99df549 commit ea63707

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
"scripts": {
4040
"build": "ember build --environment=production",
4141
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
42+
"lint:css": "stylelint \"**/*.css\" --allow-empty-input",
43+
"lint:css:fix": "concurrently \"npm:lint:css -- --fix\"",
4244
"lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\"",
4345
"lint:hbs": "ember-template-lint .",
4446
"lint:hbs:fix": "ember-template-lint . --fix",

0 commit comments

Comments
 (0)