From b89546ac224f919920dd02da861aa77bc7f377e4 Mon Sep 17 00:00:00 2001 From: Danny Coates Date: Wed, 14 Feb 2018 10:47:09 -0800 Subject: [PATCH] ignore stylelint until refactor-css is merged --- .eslintignore | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintignore b/.eslintignore index 7540c39c..6e3c4904 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,3 +1,4 @@ dist assets firefox +coverage diff --git a/package.json b/package.json index a35a910d..32aab3c9 100644 --- a/package.json +++ b/package.json @@ -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",