Files @ de5b84c135a7
Branch filter:

Location: kallithea/.eslintrc.js

Asterios Dimitriou
i18n: updated translation for Greek

Currently translated at 99.4% (1075 of 1081 strings)
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": {
    }
};