File tree 3 files changed +15
-1
lines changed
3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 28
28
"dev" : " node examples/server.js" ,
29
29
"dev:dist" : " rollup -wm -c build/rollup.dev.config.js" ,
30
30
"build" : " node build/build.js" ,
31
- "lint" : " eslint src test examples" ,
31
+ "lint" : " eslint src examples test " ,
32
32
"test" : " npm run lint && npm run flow && npm run test:unit && npm run test:e2e && npm run test:types" ,
33
33
"flow" : " flow check" ,
34
34
"test:unit" : " jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json" ,
70
70
"es6-promise" : " ^4.2.8" ,
71
71
"eslint" : " ^4.19.1" ,
72
72
"eslint-plugin-flowtype" : " ^2.46.1" ,
73
+ "eslint-plugin-jasmine" : " ^2.10.1" ,
73
74
"eslint-plugin-vue-libs" : " ^2.1.0" ,
74
75
"express" : " ^4.17.1" ,
75
76
"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:
4077
4077
dependencies :
4078
4078
htmlparser2 "^3.8.2"
4079
4079
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
+
4080
4085
eslint-plugin-vue-libs@^2.1.0 :
4081
4086
version "2.1.0"
4082
4087
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