schnutibox/.eslintrc.json

7 lines
88 B
JSON
Raw Normal View History

{
"env": {
"browser": true
},
"extends": ["eslint:recommended", "prettier"]
}