Skip to content

Commit

Permalink
fix: Fixed ESLint styling rules overriding issues
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanprince committed Mar 18, 2024
1 parent b7d1ca4 commit 8d255f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@ rules:
# stylistic errors
no-spaced-func: 2
semi-spacing: 2
quotes: [2, 'single']
key-spacing: [2, { beforeColon: false, afterColon: true }]
indent: [2, 2]
no-lonely-if: 2
no-floating-decimal: 2
brace-style: [2, 1tbs, { allowSingleLine: true }]
Expand Down

0 comments on commit 8d255f4

Please sign in to comment.