VectorGOLEM/.eslintrc.json

8 lines
78 B
JSON
Raw Normal View History

{
"extends": "wikimedia",
"env": {
"browser": true,
"jquery": true
}
}