File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ function Linter (opts) {
4343
4444 this . eslintConfig = Object . assign ( {
4545 cache : true ,
46- cacheLocation : cacheLocation ,
46+ cacheLocation,
4747 envs : [ ] ,
4848 fix : false ,
4949 globals : [ ] ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ function getStandard () {
66 return new Linter ( {
77 cmd : 'pocketlint' ,
88 version : '0.0.0' ,
9- eslint : eslint ,
9+ eslint,
1010 eslintConfig : require ( '../tmp/standard/options' ) . eslintConfig
1111 } )
1212}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ var eslint = require('eslint')
44var opts = {
55 cmd : 'pocketlint' ,
66 version : '0.0.0' ,
7- eslint : eslint ,
7+ eslint,
88 eslintConfig : {
99 configFile : path . join ( __dirname , 'standard.json' ) ,
1010 useEslintrc : false
You can’t perform that action at this time.
0 commit comments