Skip to content

Commit

Permalink
fix(eslint-config): depend on @typescript-eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jun 27, 2020
1 parent e09c918 commit 52c4d29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
14 changes: 2 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "siroc-base",
"version": "0.1.1",
"private": true,
"description": "Zero-config build tooling for Node",
"keywords": [
"node",
Expand All @@ -12,11 +13,10 @@
"package"
],
"repository": "nuxt-contrib/siroc",
"license": "MIT",
"workspaces": [
"packages/*"
],
"license": "MIT",
"private": true,
"scripts": {
"bootstrap": "rollup -c && chmod a+x packages/*/bin/* && yarn build",
"build": "packages/cli/bin/cli.js build",
Expand All @@ -33,20 +33,10 @@
"watch": "yarn build --watch"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"@babel/preset-typescript": "^7.10.1",
"@release-it/conventional-changelog": "^1.1.4",
"@types/jest": "^26.0.3",
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"babel-loader": "^8.1.0",
"codecov": "^3.7.0",
"eslint": "^7.3.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-jest": "^23.17.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"jest": "^26.1.0",
"lint-staged": "^10.2.11",
"npm-run-all": "^4.1.5",
Expand Down
2 changes: 2 additions & 0 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
".eslintrc.js"
],
"dependencies": {
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"eslint": "^7.3.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-jest": "^23.17.1",
Expand Down

0 comments on commit 52c4d29

Please sign in to comment.