Skip to content

Commit

Permalink
chore(eslint): import plugin back
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinezanardi committed Oct 6, 2024
1 parent 0b98129 commit 911ef26
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/eslint/flat-configs/eslint.stylistic-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,12 @@ const ESLINT_STYLISTIC_CONFIG = {
"@stylistic/switch-colon-spacing": ERROR,
"@stylistic/template-curly-spacing": ERROR,
"@stylistic/template-tag-spacing": ERROR,
"@stylistic/curly-newline": [
ERROR, {
multiline: true,
consistent: true,
},
],
"@stylistic/type-annotation-spacing": ERROR,
"@stylistic/type-generic-spacing": ERROR,
"@stylistic/type-named-tuple-spacing": ERROR,
Expand Down

0 comments on commit 911ef26

Please sign in to comment.