This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
eslint-config-dabapps | devDependencies | major | 6.1.3 -> 9.0.0 |
Release Notes
dabapps/eslint-config-dabapps
v9.0.0
What's Changed
- [Breaking] Remove webpack as default resolver for typescript by @matkastner in https://github.com/dabapps/eslint-config-dabapps/pull/79. Older projects using webpack should add the line
"import/resolver": "webpack"
to settings in their.eslint.json
file. - Remove no-relative-parent-import rule by @matkastner in https://github.com/dabapps/eslint-config-dabapps/pull/80
Full Changelog: https://github.com/dabapps/eslint-config-dabapps/compare/v8.0.0...v9.0.0
v8.0.0
- Swap
babel-eslint
for@babel/eslint-parser
- Requires peer dependency of
eslint v7
- Update dependencies
Issue fixed: https://github.com/dabapps/eslint-config-dabapps/issues/76
Includes: https://github.com/dabapps/eslint-config-dabapps/pull/77
v7.0.1
This release fixes the no-shadow
rule.
Includes: https://github.com/dabapps/eslint-config-dabapps/pull/75
v7.0.0
- Add support for TS up to
4.1
- Drop support for TS <
3.3.1
- Fix TS
no-use-before-define
v6.1.4
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.