diff options
author | Vitaly Takmazov | 2022-10-28 00:14:01 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:58 +0300 |
commit | 40d411e516efee5531404725b45ab89d97172ce8 (patch) | |
tree | d675e93fc52ef50a40343219e1b992867964d3bf /vnext/.eslintrc | |
parent | 2146a98bd98b7e275a0ee7bc7a243981b597f34c (diff) |
Initial SSR
Diffstat (limited to 'vnext/.eslintrc')
-rw-r--r-- | vnext/.eslintrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vnext/.eslintrc b/vnext/.eslintrc index c348dbaf..8f2bd0ec 100644 --- a/vnext/.eslintrc +++ b/vnext/.eslintrc @@ -4,7 +4,7 @@ "plugin:react/recommended", "plugin:jest/recommended" ], - "parser": "babel-eslint", + "parser": "@babel/eslint-parser", "parserOptions": { "sourceType": "module", "allowImportExportEverywhere": false, @@ -61,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", |