js-keygen/.eslintrc.json

12 lines
206 B
JSON
Raw Permalink Normal View History

2018-02-13 08:45:06 +00:00
{
2018-02-13 16:41:00 +00:00
"extends": ["airbnb-base", "prettier"],
"rules": {
"quotes": ["warn", "double"],
"no-param-reassign": ["error", { "props": false }]
},
"env": {
"browser": true,
"node": true
}
}