setup-redis/.eslintrc.json

16 lines
173 B
JSON
Raw Normal View History

2019-12-17 14:29:54 +00:00
{
"env": {
"es6": true,
"node": true
},
"extends": [
"standard"
],
"plugins": [
"standard"
],
"parserOptions": {
"ecmaVersion": 2018
}
}