Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
update eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoevanp committed Mar 25, 2022
1 parent d7a6dba commit ae2551d
Show file tree
Hide file tree
Showing 3 changed files with 669 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": [
"@rocket.chat/eslint-config"
"@rocket.chat/eslint-config-alt"
],
"plugins": ["react", "react-hooks"],
"parser": "babel-eslint",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@babel/preset-env": "^7.11.5",
"@rocket.chat/eslint-config": "^0.4.0",
"@rocket.chat/eslint-config-alt": "^0.31.6",
"@storybook/addon-actions": "^6.0.12",
"@storybook/addon-backgrounds": "^6.0.12",
"@storybook/addon-essentials": "^6.0.16",
Expand Down
Loading

0 comments on commit ae2551d

Please sign in to comment.