Commit 8b905d24 authored by 杨奕's avatar 杨奕 Committed by GitHub

Merge pull request #168 from vilic/fix-eslint-options

Remove `--ext` and use globs for extension names
parents 9ea878f7 4363c107
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
"pub": "sh build/release.sh", "pub": "sh build/release.sh",
"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",
"lint": "eslint src/** packages/** build/** --ext .js,.vue --quiet" "lint": "eslint src/**/*.js packages/**/*.{js,vue} build/**/*.js --quiet"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
......
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