Skip to content

Commit

Permalink
fix(preset-strict): remove header rule
Browse files Browse the repository at this point in the history
  • Loading branch information
alvis committed Feb 25, 2024
1 parent 7e1d9af commit 4a56d6c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/preset-strict/templates/eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ rules:
'@typescript-eslint/prefer-nullish-coalescing': warn # simplify a logic by using the nullish coalescing operator

# Stylistic Issues
header/header: # need a file header
- warn
- block
- - pattern: summary
header/header: off

# Best Practices
'@typescript-eslint/no-base-to-string': error # disallow Object.toString() which returns the meaningless [object Object]
Expand Down

0 comments on commit 4a56d6c

Please sign in to comment.