-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Anna Vo
committed
Nov 3, 2023
1 parent
34f381e
commit 4ea4a0d
Showing
8 changed files
with
2,003 additions
and
3,242 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'eslint-config-widen': major | ||
'eslint-plugin-widen': major | ||
--- | ||
|
||
Updates all versions to latest with major version updates for @typescript-eslint and eslint-plugin-jest |
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
nodeLinker: node-modules | ||
|
||
npmRegistryServer: "https://jfrog.ais.acquia.io/artifactory/api/npm/widen-npm-virtual/" | ||
|
||
plugins: | ||
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs | ||
spec: "https://mskelton.dev/yarn-outdated/v3" | ||
|
||
yarnPath: .yarn/releases/yarn-3.2.1.cjs | ||
yarnPath: .yarn/releases/yarn-3.6.4.cjs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
{ | ||
"name": "eslint-plugin-widen", | ||
"version": "1.1.1", | ||
"description": "Widen's own ESLint plugin containing custom lint rules for our code.", | ||
"author": "Widen", | ||
"license": "ISC", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Widen/eslint-config", | ||
"directory": "packages/eslint-plugin-widen" | ||
"description": "Widen's own ESLint plugin containing custom lint rules for our code.", | ||
"devDependencies": { | ||
"@types/eslint": "^8.44.6", | ||
"@types/estree-jsx": "^1.0.2", | ||
"eslint": "^8.52.0", | ||
"tsheredoc": "^1.0.1" | ||
}, | ||
"homepage": "https://github.com/Widen/eslint-config/tree/master/packages/eslint-plugin-widen#readme", | ||
"exports": "./lib/index.js", | ||
"files": [ | ||
"lib" | ||
], | ||
"homepage": "https://github.com/Widen/eslint-config/tree/master/packages/eslint-plugin-widen#readme", | ||
"license": "ISC", | ||
"name": "eslint-plugin-widen", | ||
"peerDependencies": { | ||
"eslint": ">= 8" | ||
}, | ||
"devDependencies": { | ||
"@types/eslint": "^8.44.0", | ||
"@types/estree-jsx": "^0.0.1", | ||
"eslint": "^8.44.0", | ||
"tsheredoc": "^1.0.1" | ||
} | ||
"repository": { | ||
"directory": "packages/eslint-plugin-widen", | ||
"type": "git", | ||
"url": "https://github.com/Widen/eslint-config" | ||
}, | ||
"version": "1.1.1" | ||
} |
Oops, something went wrong.