1
0
mirror of https://github.com/searxng/searxng.git synced 2024-09-19 11:40:23 +02:00
searxng/searx/static/themes/simple/.eslintrc.json

14 lines
208 B
JSON
Raw Normal View History

{
"env": {
"browser": true,
"es2021": true,
"node": true
},
"extends": "eslint:recommended",
"parserOptions": {
2021-08-24 09:52:40 +02:00
"ecmaVersion": 12
},
"rules": {
}
}