Files @ 2ef4f7c0031e
Branch filter:

Location: kallithea/.eslintrc.js

Thomas De Schampheleire
tests: merge test_repo_groups.py into test_admin_repo_groups.py

Two files testing the same underlying code.
As this code is really in the 'admin' section, merge into
test_admin_repo_groups.py.
module.exports = {
    "env": {
        "browser": true,
        "es6": true,
        "jquery": true
    },
    "extends": "eslint:recommended",
    "globals": {
        "Atomics": "readonly",
        "SharedArrayBuffer": "readonly"
    },
    "parserOptions": {
        "ecmaVersion": 2018,
        "sourceType": "module"
    },
    "plugins": [
        "html"
    ],
    "rules": {
    }
};