Your IP : 3.145.73.169


Current Path : /home/bitrix/ext_www/klimatlend.ua/ua/gp_tunnel_ru/html_dist/assets/js/
Upload File :
Current File : /home/bitrix/ext_www/klimatlend.ua/ua/gp_tunnel_ru/html_dist/assets/js/.eslintrc.json

{
  "env": {
    "es6": false,
    "jquery": true
  },
  "parserOptions": {
    "ecmaVersion": 5,
    "sourceType": "script"
  },
  "extends": "../../.eslintrc.json",
  "rules": {
    // Best Practices
    "no-magic-numbers": "off",
    "vars-on-top": "off",

    // Stylistic Issues
    "spaced-comment": "off",

    // ECMAScript 6
    "no-var": "off",
    "object-shorthand": "off",
    "prefer-arrow-callback": "off",
    "prefer-template": "off",
    "prefer-rest-params": "off"
  }
}