view .eslintrc.js @ 8467:6fd873f6325a stable

i18n: updated translation for Polish Currently translated at 56.3% (612 of 1087 strings)
author robertus <robertuss12@gmail.com>
date Fri, 02 Oct 2020 13:17:55 +0200
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": {
    }
};