Skip to content

Commit

Permalink
chore: Update Prettier to v3 & update ESLint config
Browse files Browse the repository at this point in the history
  • Loading branch information
eemeli committed Aug 28, 2023
1 parent f7f0971 commit 899c75c
Show file tree
Hide file tree
Showing 8 changed files with 107 additions and 134 deletions.
4 changes: 3 additions & 1 deletion .eslintrc.yaml
Expand Up @@ -34,7 +34,9 @@ rules:
'@typescript-eslint/no-unsafe-member-access': off
'@typescript-eslint/no-unused-vars': [warn, argsIgnorePattern: '^_']
'@typescript-eslint/prefer-includes': warn
'@typescript-eslint/prefer-nullish-coalescing': warn
'@typescript-eslint/prefer-nullish-coalescing':
- warn
- { ignoreConditionalTests: true, ignoreMixedLogicalExpressions: true }
'@typescript-eslint/prefer-optional-chain': warn
'@typescript-eslint/restrict-template-expressions': off

Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Expand Up @@ -2,5 +2,6 @@ coverage/
dist/
node_modules/
/docs-slate/
/playground/
/tests/json-test-suite/
/tests/yaml-test-suite/

0 comments on commit 899c75c

Please sign in to comment.