mirror of https://github.com/ElemeFE/element
Merge pull request #168 from vilic/fix-eslint-options
Remove `--ext` and use globs for extension namespull/167/head
commit
8b905d24de
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue