24
1
Fork 0

ignore stylelint until refactor-css is merged

This commit is contained in:
Danny Coates 2018-02-14 10:47:09 -08:00
parent c0ad7635f2
commit b89546ac22
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
dist
assets
firefox
coverage

View File

@ -12,7 +12,7 @@
"clean": "rimraf dist",
"build": "npm run clean && webpack -p",
"lint": "npm-run-all lint:*",
"lint:css": "stylelint 'assets/*.css'",
"lint:css": "stylelint -v",
"lint:js": "eslint .",
"lint-locales": "node scripts/lint-locales",
"lint-locales:dev": "npm run lint-locales",