Commit ac7b85e5 authored by qingwei.li's avatar qingwei.li

Fix eslint config

parent d8c1b243
...@@ -3,3 +3,4 @@ fecha.js ...@@ -3,3 +3,4 @@ fecha.js
release.sh release.sh
node_modules node_modules
lib lib
coverage
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
"pub:all": "npm run dist:all && lerna publish", "pub:all": "npm run dist:all && lerna publish",
"build:utils": "babel src/utils --out-dir lib/utils", "build:utils": "babel src/utils --out-dir lib/utils",
"clean": "rimraf lib && rimraf packages/*/lib", "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:watch": "karma start test/unit/karma.conf.js",
"test": "karma start test/unit/karma.conf.js --single-run" "test": "karma start test/unit/karma.conf.js --single-run"
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment