Skip to content

Commit

Permalink
Merge pull request #78 from Terrabuzz/SAIF-Remove-Warnings-For-Vercel
Browse files Browse the repository at this point in the history
vercel fix # 1
  • Loading branch information
Rubix982 authored Dec 2, 2020
2 parents fedecbd + 0ad7299 commit 14739f6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,13 @@
"last 1 safari version"
]
},
"devDependencies": {}
"devDependencies": {
"eslint": "^7.14.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0"
}
}

1 comment on commit 14739f6

@vercel
Copy link

@vercel vercel bot commented on 14739f6 Dec 2, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.