Skip to content

Commit

Permalink
Update .eslintrc to use the new path
Browse files Browse the repository at this point in the history
  • Loading branch information
octogonz committed Jun 17, 2020
1 parent 9697039 commit f42abf7
Show file tree
Hide file tree
Showing 43 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion apps/api-documenter/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('@rushstack/eslint-config/patch-eslint-resolver');
require('@rushstack/eslint-config/patch/modern-module-resolution');

module.exports = {
extends: ['@rushstack/eslint-config'],
Expand Down
2 changes: 1 addition & 1 deletion apps/api-extractor-model/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('@rushstack/eslint-config/patch-eslint-resolver');
require('@rushstack/eslint-config/patch/modern-module-resolution');

module.exports = {
extends: ['@rushstack/eslint-config'],
Expand Down
2 changes: 1 addition & 1 deletion apps/api-extractor/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('@rushstack/eslint-config/patch-eslint-resolver');
require('@rushstack/eslint-config/patch/modern-module-resolution');

module.exports = {
extends: ['@rushstack/eslint-config'],
Expand Down
2 changes: 1 addition & 1 deletion apps/rush-buildxl/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('@rushstack/eslint-config/patch-eslint-resolver');
require('@rushstack/eslint-config/patch/modern-module-resolution');

module.exports = {
extends: ['@rushstack/eslint-config'],
Expand Down
2 changes: 1 addition & 1 deletion apps/rush-lib/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('@rushstack/eslint-config/patch-eslint-resolver');
require('@rushstack/eslint-config/patch/modern-module-resolution');

module.exports = {
extends: ['@rushstack/eslint-config'],
Expand Down
2 changes: 1 addition & 1 deletion apps/rush/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('@rushstack/eslint-config/patch-eslint-resolver');
require('@rushstack/eslint-config/patch/modern-module-resolution');

module.exports = {
extends: ['@rushstack/eslint-config'],
Expand Down
2 changes: 1 addition & 1 deletion build-tests/node-library-build-eslint-test/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('@rushstack/eslint-config/patch-eslint-resolver');
require('@rushstack/eslint-config/patch/modern-module-resolution');

module.exports = {
extends: ['@rushstack/eslint-config'],
Expand Down
2 changes: 1 addition & 1 deletion core-build/gulp-core-build-mocha/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('@rushstack/eslint-config/patch-eslint-resolver');
require('@rushstack/eslint-config/patch/modern-module-resolution');

module.exports = {
extends: ['@rushstack/eslint-config'],
Expand Down
2 changes: 1 addition & 1 deletion core-build/gulp-core-build-sass/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('@rushstack/eslint-config/patch-eslint-resolver');
require('@rushstack/eslint-config/patch/modern-module-resolution');

module.exports = {
extends: ['@rushstack/eslint-config'],
Expand Down
2 changes: 1 addition & 1 deletion core-build/gulp-core-build-serve/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('@rushstack/eslint-config/patch-eslint-resolver');
require('@rushstack/eslint-config/patch/modern-module-resolution');

module.exports = {
extends: ['@rushstack/eslint-config'],
Expand Down
2 changes: 1 addition & 1 deletion core-build/gulp-core-build-typescript/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('@rushstack/eslint-config/patch-eslint-resolver');
require('@rushstack/eslint-config/patch/modern-module-resolution');

module.exports = {
extends: ['@rushstack/eslint-config'],
Expand Down
2 changes: 1 addition & 1 deletion core-build/gulp-core-build-webpack/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('@rushstack/eslint-config/patch-eslint-resolver');
require('@rushstack/eslint-config/patch/modern-module-resolution');

module.exports = {
extends: ['@rushstack/eslint-config'],
Expand Down
2 changes: 1 addition & 1 deletion core-build/gulp-core-build/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('@rushstack/eslint-config/patch-eslint-resolver');
require('@rushstack/eslint-config/patch/modern-module-resolution');

module.exports = {
extends: ['@rushstack/eslint-config'],
Expand Down
2 changes: 1 addition & 1 deletion core-build/node-library-build/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('@rushstack/eslint-config/patch-eslint-resolver');
require('@rushstack/eslint-config/patch/modern-module-resolution');

module.exports = {
extends: ['@rushstack/eslint-config'],
Expand Down
2 changes: 1 addition & 1 deletion core-build/web-library-build/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('@rushstack/eslint-config/patch-eslint-resolver');
require('@rushstack/eslint-config/patch/modern-module-resolution');

module.exports = {
extends: ['@rushstack/eslint-config'],
Expand Down
2 changes: 1 addition & 1 deletion libraries/debug-certificate-manager/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('@rushstack/eslint-config/patch-eslint-resolver');
require('@rushstack/eslint-config/patch/modern-module-resolution');

module.exports = {
extends: ['@rushstack/eslint-config'],
Expand Down
2 changes: 1 addition & 1 deletion libraries/load-themed-styles/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('@rushstack/eslint-config/patch-eslint-resolver');
require('@rushstack/eslint-config/patch/modern-module-resolution');

module.exports = {
extends: ['@rushstack/eslint-config'],
Expand Down
2 changes: 1 addition & 1 deletion libraries/node-core-library/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('@rushstack/eslint-config/patch-eslint-resolver');
require('@rushstack/eslint-config/patch/modern-module-resolution');

module.exports = {
extends: ['@rushstack/eslint-config'],
Expand Down
2 changes: 1 addition & 1 deletion libraries/package-deps-hash/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('@rushstack/eslint-config/patch-eslint-resolver');
require('@rushstack/eslint-config/patch/modern-module-resolution');

module.exports = {
extends: ['@rushstack/eslint-config'],
Expand Down
2 changes: 1 addition & 1 deletion libraries/rushell/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('@rushstack/eslint-config/patch-eslint-resolver');
require('@rushstack/eslint-config/patch/modern-module-resolution');

module.exports = {
extends: ['@rushstack/eslint-config'],
Expand Down
2 changes: 1 addition & 1 deletion libraries/stream-collator/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('@rushstack/eslint-config/patch-eslint-resolver');
require('@rushstack/eslint-config/patch/modern-module-resolution');

module.exports = {
extends: ['@rushstack/eslint-config'],
Expand Down
2 changes: 1 addition & 1 deletion libraries/ts-command-line/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('@rushstack/eslint-config/patch-eslint-resolver');
require('@rushstack/eslint-config/patch/modern-module-resolution');

module.exports = {
extends: ['@rushstack/eslint-config'],
Expand Down
2 changes: 1 addition & 1 deletion libraries/typings-generator/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('@rushstack/eslint-config/patch-eslint-resolver');
require('@rushstack/eslint-config/patch/modern-module-resolution');

module.exports = {
extends: ['@rushstack/eslint-config'],
Expand Down
2 changes: 1 addition & 1 deletion repo-scripts/doc-plugin-rush-stack/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('@rushstack/eslint-config/patch-eslint-resolver');
require('@rushstack/eslint-config/patch/modern-module-resolution');

module.exports = {
extends: ['@rushstack/eslint-config'],
Expand Down
2 changes: 1 addition & 1 deletion repo-scripts/repo-toolbox/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('@rushstack/eslint-config/patch-eslint-resolver');
require('@rushstack/eslint-config/patch/modern-module-resolution');

module.exports = {
extends: ['@rushstack/eslint-config'],
Expand Down
2 changes: 1 addition & 1 deletion stack/rush-stack-compiler-2.4/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('@rushstack/eslint-config/patch-eslint-resolver');
require('@rushstack/eslint-config/patch/modern-module-resolution');

module.exports = {
extends: ['@rushstack/eslint-config'],
Expand Down
2 changes: 1 addition & 1 deletion stack/rush-stack-compiler-2.7/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('@rushstack/eslint-config/patch-eslint-resolver');
require('@rushstack/eslint-config/patch/modern-module-resolution');

module.exports = {
extends: ['@rushstack/eslint-config'],
Expand Down
2 changes: 1 addition & 1 deletion stack/rush-stack-compiler-2.8/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('@rushstack/eslint-config/patch-eslint-resolver');
require('@rushstack/eslint-config/patch/modern-module-resolution');

module.exports = {
extends: ['@rushstack/eslint-config'],
Expand Down
2 changes: 1 addition & 1 deletion stack/rush-stack-compiler-2.9/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('@rushstack/eslint-config/patch-eslint-resolver');
require('@rushstack/eslint-config/patch/modern-module-resolution');

module.exports = {
extends: ['@rushstack/eslint-config'],
Expand Down
2 changes: 1 addition & 1 deletion stack/rush-stack-compiler-3.0/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('@rushstack/eslint-config/patch-eslint-resolver');
require('@rushstack/eslint-config/patch/modern-module-resolution');

module.exports = {
extends: ['@rushstack/eslint-config'],
Expand Down
2 changes: 1 addition & 1 deletion stack/rush-stack-compiler-3.1/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('@rushstack/eslint-config/patch-eslint-resolver');
require('@rushstack/eslint-config/patch/modern-module-resolution');

module.exports = {
extends: ['@rushstack/eslint-config'],
Expand Down
2 changes: 1 addition & 1 deletion stack/rush-stack-compiler-3.2/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('@rushstack/eslint-config/patch-eslint-resolver');
require('@rushstack/eslint-config/patch/modern-module-resolution');

module.exports = {
extends: ['@rushstack/eslint-config'],
Expand Down
2 changes: 1 addition & 1 deletion stack/rush-stack-compiler-3.3/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('@rushstack/eslint-config/patch-eslint-resolver');
require('@rushstack/eslint-config/patch/modern-module-resolution');

module.exports = {
extends: ['@rushstack/eslint-config'],
Expand Down
2 changes: 1 addition & 1 deletion stack/rush-stack-compiler-3.4/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('@rushstack/eslint-config/patch-eslint-resolver');
require('@rushstack/eslint-config/patch/modern-module-resolution');

module.exports = {
extends: ['@rushstack/eslint-config'],
Expand Down
2 changes: 1 addition & 1 deletion stack/rush-stack-compiler-3.5/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('@rushstack/eslint-config/patch-eslint-resolver');
require('@rushstack/eslint-config/patch/modern-module-resolution');

module.exports = {
extends: ['@rushstack/eslint-config'],
Expand Down
2 changes: 1 addition & 1 deletion stack/rush-stack-compiler-3.6/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('@rushstack/eslint-config/patch-eslint-resolver');
require('@rushstack/eslint-config/patch/modern-module-resolution');

module.exports = {
extends: ['@rushstack/eslint-config'],
Expand Down
2 changes: 1 addition & 1 deletion stack/rush-stack-compiler-3.7/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('@rushstack/eslint-config/patch-eslint-resolver');
require('@rushstack/eslint-config/patch/modern-module-resolution');

module.exports = {
extends: ['@rushstack/eslint-config'],
Expand Down
2 changes: 1 addition & 1 deletion stack/rush-stack-compiler-3.8/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('@rushstack/eslint-config/patch-eslint-resolver');
require('@rushstack/eslint-config/patch/modern-module-resolution');

module.exports = {
extends: ['@rushstack/eslint-config'],
Expand Down
2 changes: 1 addition & 1 deletion stack/rush-stack-compiler-3.9/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('@rushstack/eslint-config/patch-eslint-resolver');
require('@rushstack/eslint-config/patch/modern-module-resolution');

module.exports = {
extends: ['@rushstack/eslint-config'],
Expand Down
2 changes: 1 addition & 1 deletion webpack/loader-load-themed-styles/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('@rushstack/eslint-config/patch-eslint-resolver');
require('@rushstack/eslint-config/patch/modern-module-resolution');

module.exports = {
extends: ['@rushstack/eslint-config'],
Expand Down
2 changes: 1 addition & 1 deletion webpack/loader-raw-script/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('@rushstack/eslint-config/patch-eslint-resolver');
require('@rushstack/eslint-config/patch/modern-module-resolution');

module.exports = {
extends: ['@rushstack/eslint-config'],
Expand Down
2 changes: 1 addition & 1 deletion webpack/localization-plugin/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('@rushstack/eslint-config/patch-eslint-resolver');
require('@rushstack/eslint-config/patch/modern-module-resolution');

module.exports = {
extends: ['@rushstack/eslint-config'],
Expand Down
2 changes: 1 addition & 1 deletion webpack/set-webpack-public-path-plugin/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('@rushstack/eslint-config/patch-eslint-resolver');
require('@rushstack/eslint-config/patch/modern-module-resolution');

module.exports = {
extends: ['@rushstack/eslint-config'],
Expand Down

0 comments on commit f42abf7

Please sign in to comment.