explorata/.eslintrc.json

12 lines
139 B
JSON

{
"env": {
"browser": true,
"es2015": true
},
"extends": [
"airbnb-base"
],
"rules": {
}
}