Skip to content

Commit

Permalink
chore(deps): bump the eslint group with 4 updates (#335)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Antoine ZANARDI <antoine.zanardi@epitech.eu>
  • Loading branch information
dependabot[bot] and antoinezanardi committed Jul 24, 2023
1 parent 53638d5 commit a0d35ec
Show file tree
Hide file tree
Showing 11 changed files with 12,012 additions and 11,679 deletions.
4 changes: 3 additions & 1 deletion config/eslint/rules/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ const typescriptRules = Object.freeze({
"@typescript-eslint/require-array-sort-compare": ERROR,
"@typescript-eslint/restrict-plus-operands": ERROR,
"@typescript-eslint/restrict-template-expressions": ERROR,
"@typescript-eslint/sort-type-union-intersection-members": ERROR,
"@typescript-eslint/sort-type-constituents": ERROR,
// rule below is deprecated and replaced by sort-type-constituents
"@typescript-eslint/sort-type-union-intersection-members": OFF,
"@typescript-eslint/strict-boolean-expressions": ERROR,
"@typescript-eslint/switch-exhaustiveness-check": ERROR,
"@typescript-eslint/triple-slash-reference": ERROR,
Expand Down

0 comments on commit a0d35ec

Please sign in to comment.