mamba-org/gator

Move some of the dev dependencies to the top level

Closed this issue · 0 comments

jtpio commented

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.