view .eslintrc.js @ 8534:cf73fe342012 stable

i18n: updated translation for Greek Currently translated at 97.6% (1061 of 1087 strings)
author Michalis <michalisntovas@yahoo.gr>
date Mon, 01 Mar 2021 21:01:25 +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": {
    }
};