Skip to content

Commit

Permalink
Add eslint-config-airbnb-base dependency of `eslint-config-airbnb-t…
Browse files Browse the repository at this point in the history
…ypescript`

As of `[email protected]`, `eslint-config-airbnb-base` should be installed in addition to
`eslint-config-airbnb-typescript`.
  • Loading branch information
per1234 committed Aug 27, 2021
1 parent e243d4b commit b2b778f
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 45 deletions.
1 change: 1 addition & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# See: https://github.com/typescript-eslint/typescript-eslint/blob/master/docs/getting-started/linting/README.md#configuration

extends:
- airbnb-base
- airbnb-typescript/base
- prettier
plugins:
Expand Down
85 changes: 40 additions & 45 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"dependencies": {
"@actions/core": "^1.5.0",
"@actions/tool-cache": "^1.7.1",
"eslint-config-airbnb-base": "^14.2.1",
"semver": "^7.3.5",
"typed-rest-client": "^1.8.5"
},
Expand Down

0 comments on commit b2b778f

Please sign in to comment.