File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 2828 "dev" : " node examples/server.js" ,
2929 "dev:dist" : " rollup -wm -c build/rollup.dev.config.js" ,
3030 "build" : " node build/build.js" ,
31- "lint" : " eslint src test examples" ,
31+ "lint" : " eslint src examples test " ,
3232 "test" : " npm run lint && npm run flow && npm run test:unit && npm run test:e2e && npm run test:types" ,
3333 "flow" : " flow check" ,
3434 "test:unit" : " jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json" ,
7070 "es6-promise" : " ^4.2.8" ,
7171 "eslint" : " ^4.19.1" ,
7272 "eslint-plugin-flowtype" : " ^2.46.1" ,
73+ "eslint-plugin-jasmine" : " ^2.10.1" ,
7374 "eslint-plugin-vue-libs" : " ^2.1.0" ,
7475 "express" : " ^4.17.1" ,
7576 "express-urlrewrite" : " ^1.2.0" ,
Original file line number Diff line number Diff line change 1+ {
2+ "env": {
3+ "jasmine": true
4+ },
5+ "plugins": [
6+ "jasmine"
7+ ]
8+ }
Original file line number Diff line number Diff line change @@ -4077,6 +4077,11 @@ eslint-plugin-html@^4.0.1:
40774077 dependencies :
40784078 htmlparser2 "^3.8.2"
40794079
4080+ eslint-plugin-jasmine@^2.10.1 :
4081+ version "2.10.1"
4082+ resolved "https://registry.yarnpkg.com/eslint-plugin-jasmine/-/eslint-plugin-jasmine-2.10.1.tgz#5733b709e751f4bc40e31e1c16989bd2cdfbec97"
4083+ integrity sha1-VzO3CedR9LxA4x4cFpib0s377Jc=
4084+
40804085eslint-plugin-vue-libs@^2.1.0 :
40814086 version "2.1.0"
40824087 resolved "https://registry.yarnpkg.com/eslint-plugin-vue-libs/-/eslint-plugin-vue-libs-2.1.0.tgz#e7faf4ae11dad58553f63f907d6642e2d816dcef"
You can’t perform that action at this time.
0 commit comments