Skip to content

Commit

Permalink
feat: add jest
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelgarciaurbina committed Oct 19, 2022
1 parent de086f4 commit ad50466
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module.exports = {
browser: true,
commonjs: true,
es2021: true,
jest: true,
},
extends: [
'eslint:recommended',
Expand All @@ -16,7 +17,7 @@ module.exports = {
},
ecmaVersion: 'latest',
},
plugins: ['react', '@typescript-eslint'],
plugins: ['react', '@typescript-eslint', 'jest'],
settings: {
react: {
version: 'detect',
Expand Down

0 comments on commit ad50466

Please sign in to comment.