Browse Source

Merge pull request #18 from olstenlarck/eslint-config-field

fix: add eslintConfig field, so IDEs are happy
test
Amio / 6 years ago
committed by GitHub
parent
commit
6f0d2631a0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      package.json

3
package.json

@ -21,5 +21,8 @@
},
"devDependencies": {
"standard": "^11.0.1"
},
"eslintConfig": {
"extends": "standard"
}
}

Loading…
Cancel
Save