Browse Source

fix: add eslintConfig field, so IDEs are happy

Signed-off-by: Charlike Mike Reagent <olsten.larck@gmail.com>
test
Charlike Mike Reagent 6 years ago
parent
commit
234f07b53e
No known key found for this signature in database GPG Key ID: 4A5907B54AAB9708
  1. 5
      package.json

5
package.json

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

Loading…
Cancel
Save