nconf-lite/.eslintrc.json

8 lines
99 B
JSON
Raw Permalink Normal View History

2017-10-21 20:01:01 +00:00
{
"env": {
"node": true
},
"rules": {
"no-unused-vars": "error"
}
}