Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move some of the dev dependencies to the top level #112

Closed
jtpio opened this issue Nov 27, 2020 · 0 comments · Fixed by #114
Closed

Move some of the dev dependencies to the top level #112

jtpio opened this issue Nov 27, 2020 · 0 comments · Fixed by #114
Assignees
Labels
maintenance Maintenance task

Comments

@jtpio
Copy link
Member

jtpio commented Nov 27, 2020

Description

Some of the devDependencies seem to be defined in each of the packages:

"@typescript-eslint/eslint-plugin": "^2.21.0",
"@typescript-eslint/parser": "^2.21.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.3",
"husky": "^0.14.0",

We could probably move them to the top-level package.json:

"devDependencies": {

As well as some of the prettier files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Maintenance task
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants