Skip to content

Commit

Permalink
Clean up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
carlobeltrame committed Aug 26, 2019
1 parent 6179353 commit dce01b1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 93 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "airbnb/base",
"extends": "airbnb-base",
"parser": "babel-eslint",
"env": {
"mocha": true
Expand Down
90 changes: 0 additions & 90 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,9 @@
"chai": "^4.2.0",
"cross-env": "^5.2.0",
"eslint": "^6.2.1",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-loader": "^2.2.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"mocha": "^6.2.0",
"nyc": "^14.1.1",
"rimraf": "^3.0.0",
Expand Down

0 comments on commit dce01b1

Please sign in to comment.