Add eslint config
An early start that gets some linting in place.
This commit is contained in:
parent
d907421ad4
commit
bc714ba3a0
4 changed files with 15 additions and 1 deletions
5
test/.eslintrc.js
Normal file
5
test/.eslintrc.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
module.exports = {
|
||||
env: {
|
||||
mocha: true,
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue