Skip to content

Commit

Permalink
Merge pull request #85 from makinacorpus/fix_eslint
Browse files Browse the repository at this point in the history
fix eslint
  • Loading branch information
submarcos authored Dec 24, 2021
2 parents 07bd264 + 02a13c9 commit 0662687
Show file tree
Hide file tree
Showing 4 changed files with 2,624 additions and 2,395 deletions.
11 changes: 11 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,16 @@
"no-prototype-builtins": 1,
"no-caller": 1,
"indent": [2, 4, { "SwitchCase": 1, "VariableDeclarator": 1, "outerIIFEBody": 1 }]
},
"env": {
"node": true,
"mocha": true,
"amd": true
},
"globals": {
"L": true,
"sinon": true,
"chai": true,
"happen": true
}
}
Loading

0 comments on commit 0662687

Please sign in to comment.