Skip to content

Commit

Permalink
fix: add airbnb
Browse files Browse the repository at this point in the history
  • Loading branch information
HienTM committed Mar 11, 2020
1 parent fd3acf5 commit 03136c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
extends: ["generic-ts", "plugin:react/recommended"],
extends: ["generic-ts", "airbnb", "plugin:react/recommended"],
plugins: ["react", "react-hooks"],
parserOptions: {
ecmaFeatures: {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"release": "release-it --ci"
},
"dependencies": {
"eslint-config-airbnb": "^18.0.1",
"eslint-config-generic-ts": "^1.0.1",
"eslint-config-react": "^1.1.7",
"eslint-plugin-react": "^7.18.3",
Expand Down

0 comments on commit 03136c3

Please sign in to comment.