Socialify

Folder ..

Viewing .eslintrc.json
14 lines (14 loc) • 210.0 B

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