Skip to content

Commit

Permalink
Update eslint parser and resolve all conflits
Browse files Browse the repository at this point in the history
  • Loading branch information
usimd committed Aug 20, 2023
1 parent 21a1a62 commit 0a2c24b
Show file tree
Hide file tree
Showing 4 changed files with 446 additions and 447 deletions.
9 changes: 7 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{
"plugins": ["jest", "@typescript-eslint"],
"extends": ["plugin:workspaces/recommended", "plugin:github/recommended"],
"extends": [
"plugin:workspaces/recommended",
"plugin:github/recommended",
"plugin:@typescript-eslint/recommended-type-checked",
"plugin:@typescript-eslint/stylistic-type-checked"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 9,
"sourceType": "module",
"project": "./tsconfig.json"
"project": true
},
"rules": {
"i18n-text/no-en": "off",
Expand Down
Loading

0 comments on commit 0a2c24b

Please sign in to comment.