Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.eslintrc - github.com/naptha/tesseract.js.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a591341f46c8721703e5e05efb0813095039891e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "extends": "airbnb-base",
  "parser": "babel-eslint",
  "env": {
    "browser": true,
    "node": true,
    "mocha": true,
    "worker": true
  },
  "rules": {
    "no-underscore-dangle": 0,
    "no-console": 0,
    "global-require": 0,
    "camelcase": 0,
    "no-control-regex": 0
  }
}