.eslintrc.json 210 Bytes
Newer Older
XhmikosR's avatar
XhmikosR committed
1
2
3
4
5
6
{
  "env": {
    "browser": false,
    "node": true
  },
  "parserOptions": {
7
    "sourceType": "script"
XhmikosR's avatar
XhmikosR committed
8
  },
9
10
  "extends": "../.eslintrc.json",
  "rules": {
XhmikosR's avatar
XhmikosR committed
11
12
    "no-console": "off",
    "strict": "error"
13
  }
XhmikosR's avatar
XhmikosR committed
14
}