Skip to content

Commit

Permalink
update config for eslint stylic
Browse files Browse the repository at this point in the history
  • Loading branch information
kcinay055679 committed Nov 22, 2024
1 parent 42b4ed4 commit 3fbd523
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ export default tsEslint.config(
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-unused-expressions": "off",
"no-undef": "off",
"@stylistic/function-call-argument-newline": ["error", "never"],
"@stylistic/padded-blocks": ["error", "never"],
"@stylistic/dot-location": ["error", "property"],
"@stylistic/newline-per-chained-call": ["error", { "ignoreChainWithDepth": 1 }]
},
}
);

0 comments on commit 3fbd523

Please sign in to comment.