Skip to content

Commit

Permalink
Clean up some internal config
Browse files Browse the repository at this point in the history
  • Loading branch information
stormwarning committed Apr 18, 2024
1 parent 896cd79 commit f6c9937
Show file tree
Hide file tree
Showing 4 changed files with 331 additions and 505 deletions.
7 changes: 1 addition & 6 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@ const config = {
env: {
node: true,
},
rules: {
/**
* @todo [@zazen/eslint-config@>6.7.0] Remove this rule when it's included in the base config.
*/
'unicorn/switch-case-braces': ['error', 'avoid'],
},
rules: {},
overrides: [
{
// Jest config
Expand Down
Loading

0 comments on commit f6c9937

Please sign in to comment.