aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc')
-rw-r--r--.eslintrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.eslintrc b/.eslintrc
index f289e79b91..576e8c6d30 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -9,7 +9,7 @@ ignorePatterns:
parserOptions:
sourceType: module
- ecmaVersion: 2020
+ ecmaVersion: 2021
plugins:
- eslint-plugin-unicorn
@@ -235,6 +235,7 @@ rules:
no-new-symbol: [2]
no-new-wrappers: [2]
no-new: [0]
+ no-nonoctal-decimal-escape: [2]
no-obj-calls: [2]
no-octal-escape: [2]
no-octal: [2]