summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/.eslintrc.json
blob: f6aed75843ef52655bd9603a86cabb17bb488ed8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "env": {
        "browser": true,
        "es2021": true
    },
    "extends": "eslint:recommended",
    "parserOptions": {
        "ecmaVersion": 12
    },
    "rules": {
    }
}