twitst4tz

twitter statistics web application
Log | Files | Refs | README | LICENSE

.eslintrc (219B)


      1 {
      2   "env": {
      3     "browser": true,
      4     "node": true
      5   },
      6   "globals": {
      7     "chrome": true
      8   },
      9   "rules": {
     10     "no-console": 0,
     11     "no-empty": [1, { "allowEmptyCatch": true }]
     12   },
     13   "extends": "eslint:recommended"
     14 }