File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,9 @@ module.exports = {
3131 ] ,
3232 "no-console" : [
3333 "off"
34+ ] ,
35+ "no-unused-vars" : [
36+ "warn"
3437 ]
3538 }
3639} ;
Original file line number Diff line number Diff line change 1111 "coverage" : " set TEST_TYPE=coverage & karma start karma.config.js" ,
1212 "unit" : " karma start test/unit/karma.conf.js" ,
1313 "e2e" : " node test/e2e/runner.js" ,
14- "test" : " npm run lint && npm run unit && npm run e2e " ,
14+ "test" : " npm run unit" ,
1515 "ci" : " karma start test/unit/karma.conf.js --auto-watch --no-single-run --reporters=dots"
1616 },
1717 "keywords" : [
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module.exports = {
33 schema : require ( "./utils/schema.js" ) ,
44 validators : require ( "./utils/validators.js" ) ,
55
6- install ( Vue , options ) {
6+ install ( Vue ) {
77 Vue . component ( "VueFormGenerator" , module . exports . component ) ;
88 }
99} ;
You can’t perform that action at this time.
0 commit comments