Skip to content

Commit

Permalink
misc(eslint-config): update eslint to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumewuip committed Jun 29, 2020
1 parent f3eca3e commit 1e88fae
Show file tree
Hide file tree
Showing 11 changed files with 310 additions and 543 deletions.
4 changes: 4 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Drop support for eslint v6 and below in favor of eslint v7

## [1.2.1]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/javascript-react.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require('./patch');
require('@rushstack/eslint-patch/modern-module-resolution');

module.exports = {
extends: [
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/javascript.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require('./patch');
require('@rushstack/eslint-patch/modern-module-resolution');

module.exports = {
extends: [
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/light-typescript-react.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require('./patch');
require('@rushstack/eslint-patch/modern-module-resolution');

module.exports = {
extends: [
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/light-typescript.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require('./patch');
require('@rushstack/eslint-patch/modern-module-resolution');

module.exports = {
extends: [
Expand Down

0 comments on commit 1e88fae

Please sign in to comment.