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 53027f6
Show file tree
Hide file tree
Showing 10 changed files with 374 additions and 416 deletions.
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 53027f6

Please sign in to comment.