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

github.com/naptha/tesseract.js.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBalearica <admin@scribeocr.com>2022-08-19 10:08:36 +0300
committerGitHub <noreply@github.com>2022-08-19 10:08:36 +0300
commit13b95f6371cf6867e1285832aca6aff6dff84244 (patch)
tree4794b6d292adcd89aaeadd610a68319aebf92410 /.eslintrc
parenta9ac00ccac5527afacd556586fdca00fbe3c4fe7 (diff)
Updated to Tesseract.js v.3; added exif-based rotation (#638)
* Updated to Tesseract.js v.3 * Updated exif-based rotation * Fixes relating to linter * Removed node 12 from workflows
Diffstat (limited to '.eslintrc')
-rw-r--r--.eslintrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/.eslintrc b/.eslintrc
index 47928c2..a591341 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -1,5 +1,6 @@
{
"extends": "airbnb-base",
+ "parser": "babel-eslint",
"env": {
"browser": true,
"node": true,
@@ -10,6 +11,7 @@
"no-underscore-dangle": 0,
"no-console": 0,
"global-require": 0,
- "camelcase": 0
+ "camelcase": 0,
+ "no-control-regex": 0
}
}