Skip to content

Commit

Permalink
merge master in release/1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio committed Nov 6, 2020
2 parents c75b535 + 68232b4 commit 6182b52
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 45 deletions.
42 changes: 0 additions & 42 deletions .github/workflows/auto-dependency-update.v1.1 webpack.yml

This file was deleted.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"devDependencies": {
"@leanup/cli": "file:packages/cli/core",
"@leanup/git-hooks": "file:packages/git-hooks",
"lerna": "^3.22.1"
"lerna": "^3.22.1",
"typescript": "^4.0.5"
}
}
2 changes: 1 addition & 1 deletion packages/cli/plugins/graphql/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const config = require('@leanup/cli-graphql/.eslintrc');
const config = require('@leanup/cli-core-lint/.eslintrc');

/**
* - https://www.npmjs.com/package/eslint-plugin-graphql
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/plugins/graphql/template/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require('@leanup/cli-core-lint/.eslintrc');
const config = require('@leanup/cli-graphql/.eslintrc');

0 comments on commit 6182b52

Please sign in to comment.