view .eslintrc.js @ 8480:74367e59ed08 i18n

i18n: updated translation for Greek Currently translated at 94.9% (1032 of 1087 strings)
author Michalis <michalisntovas@yahoo.gr>
date Mon, 08 Feb 2021 23:21:47 +0100
parents 4d36432bf705
children
line wrap: on
line source

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": {
    }
};