Skip to content

Commit

Permalink
Merge pull request #244 from aryanprince/chore/fixed-eslint-config
Browse files Browse the repository at this point in the history
fix: Fixed ESLint styling rules overriding Prettier styling rules
  • Loading branch information
hkirat authored Apr 2, 2024
2 parents 9157047 + 8d255f4 commit 612fa7f
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 612fa7f

Please sign in to comment.