diff options
author | Vitaly Takmazov | 2019-04-17 17:18:50 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:54 +0300 |
commit | 423da5baf0aeac7acffc83328a7c3731c2997b98 (patch) | |
tree | cee866278f6da90068a8c5ee0a3768a932e23436 /vnext/.eslintrc | |
parent | f88307cc569f4ce179a64726885ea75401dfbcec (diff) |
Fix ESLint warnings
react hooks linter fixes header!
Diffstat (limited to 'vnext/.eslintrc')
-rw-r--r-- | vnext/.eslintrc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/vnext/.eslintrc b/vnext/.eslintrc index 6d200c92..24325146 100644 --- a/vnext/.eslintrc +++ b/vnext/.eslintrc @@ -23,6 +23,12 @@ "only-ascii", "react-hooks" ], + "settings": { + "react": { + "pragma": "React", + "version": "16.8" + } + }, "rules": { "strict": 0, "no-console": "off", @@ -55,7 +61,7 @@ "no-unused-vars": "off", "no-useless-escape": "off", - "only-ascii/only-ascii": ["warn", { "allowedChars": "✓←→ " }], + "only-ascii/only-ascii": ["warn", { "allowedChars": "✓←→♡ " }], "jest/no-disabled-tests": "warn", "jest/no-focused-tests": "error", |