json-query-chain/.eslintrc.js
sharpshark28 01ca521789 Eslint
2018-02-22 19:14:15 -06:00

11 lines
175 B
JavaScript

module.exports = {
"extends": "standard",
"plugins": [
"standard",
"promise",
"jest"
],
"env": {
"jest/globals": true
}
};