Explorar o código

Fix eslint config

qingwei.li %!s(int64=8) %!d(string=hai) anos
pai
achega
ac7b85e5c8
Modificáronse 2 ficheiros con 2 adicións e 1 borrados
  1. 1 0
      .eslintignore
  2. 1 1
      package.json

+ 1 - 0
.eslintignore

@@ -3,3 +3,4 @@ fecha.js
 release.sh
 node_modules
 lib
+coverage

+ 1 - 1
package.json

@@ -19,7 +19,7 @@
     "pub:all": "npm run dist:all && lerna publish",
     "build:utils": "babel src/utils --out-dir lib/utils",
     "clean": "rimraf lib && rimraf packages/*/lib",
-    "lint": "eslint src/**/*.js test/**/*.js packages/**/*.{js,vue} build/**/*.js --quiet",
+    "lint": "eslint src/**/* test/**/* packages/**/*.{js,vue} build/**/* --quiet",
     "test:watch": "karma start test/unit/karma.conf.js",
     "test": "karma start test/unit/karma.conf.js --single-run"
   },