Refine eslint configuration.
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 3 Apr 2021 19:46:08 +0000 (21:46 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 3 Apr 2021 19:46:08 +0000 (21:46 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.eslintrc

index 05faff1669a1ba343722af3fbe60fc24752950af..55986c222906571174d1b78f08ded8be9b93baa7 100644 (file)
--- a/.eslintrc
+++ b/.eslintrc
     "keyword-spacing": [
       "error"
     ],
+    "id-blacklist": [
+      "error",
+      "any",
+      "Number",
+      "number",
+      "String",
+      "string",
+      "Boolean",
+      "boolean",
+      "Undefined",
+      "undefined",
+      "Symbol",
+      "symbol"
+    ],
     "linebreak-style": [
       "error",
       "unix"