Skip to content

Commit

Permalink
Update linter and formatter (#14461)
Browse files Browse the repository at this point in the history
* Update linter and formatter

* fix formatting
  • Loading branch information
RaananW committed Oct 26, 2023
1 parent fb560f3 commit 040fe2c
Show file tree
Hide file tree
Showing 76 changed files with 1,051 additions and 176 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
// "no-duplicate-imports": ["error", { "includeExports": true }],
// should be error, no?
"@typescript-eslint/no-unused-vars": ["warn", { "argsIgnorePattern": "^_" }],
"@typescript-eslint/consistent-type-imports": ["error", { "disallowTypeAnnotations": false }],
"@typescript-eslint/consistent-type-imports": ["error", { "disallowTypeAnnotations": false, "fixStyle": "separate-type-imports" }],
"@typescript-eslint/no-this-alias": "error",
"@typescript-eslint/naming-convention": [
"warn",
Expand Down

0 comments on commit 040fe2c

Please sign in to comment.