Skip to content

Commit

Permalink
Merge pull request #39 from CarlaPaiva/feat/add-linters
Browse files Browse the repository at this point in the history
feat: add prettier and linters
  • Loading branch information
CarlaPaiva authored Jan 28, 2024
2 parents c5813c4 + 6367062 commit e0f66fc
Show file tree
Hide file tree
Showing 13 changed files with 2,725 additions and 448 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module.exports = {
'eslint:recommended',
'plugin:@typescript-eslint/recommended',
'plugin:react-hooks/recommended',
'@rocketseat/eslint-config/react'
],
ignorePatterns: ['dist', '.eslintrc.cjs'],
parser: '@typescript-eslint/parser',
Expand Down
Loading

0 comments on commit e0f66fc

Please sign in to comment.