Skip to content

Commit

Permalink
Adds @rushstack/eslint-patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotny committed Feb 28, 2021
1 parent 03ccf9a commit 6c64a3f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// This is a workaround for: https://github.com/eslint/eslint/issues/3458
require('@rushstack/eslint-patch/modern-module-resolution');

const dotProp = require('dot-prop');
const findUp = require('find-up');
const readPkgUp = require('read-pkg-up');
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"@babel/core": "7.13.8",
"@babel/eslint-parser": "7.13.8",
"@babel/eslint-plugin": "7.13.0",
"@rushstack/eslint-patch": "1.0.6",
"confusing-browser-globals": "1.0.10",
"dot-prop": "6.0.1",
"eslint-config-prettier": "8.1.0",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,11 @@
"@nodelib/fs.scandir" "2.1.4"
fastq "^1.6.0"

"@rushstack/eslint-patch@1.0.6":
version "1.0.6"
resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.0.6.tgz#023d72a5c4531b4ce204528971700a78a85a0c50"
integrity sha512-Myxw//kzromB9yWgS8qYGuGVf91oBUUJpNvy5eM50sqvmKLbKjwLxohJnkWGTeeI9v9IBMtPLxz5Gc60FIfvCA==

"@types/json-schema@^7.0.3":
version "7.0.7"
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
Expand Down

0 comments on commit 6c64a3f

Please sign in to comment.