-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat:Added eslint-plugin-package-json to ESLint (#186)
* Added package-json config to ESLint * Added changeset files. * Fixing CI * Fixing downgraded dependencies * Fixing dependency * Fixing dependency * Fixing CI
- Loading branch information
1 parent
2cb640b
commit 997054e
Showing
17 changed files
with
424 additions
and
284 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,5 @@ | ||
--- | ||
"@workleap/eslint-plugin": minor | ||
--- | ||
|
||
Added eslint-plugin-package-json. |
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,8 @@ | ||
--- | ||
"@workleap/stylelint-configs": patch | ||
"@workleap/postcss-configs": patch | ||
"@workleap/webpack-configs": patch | ||
"@workleap/swc-configs": patch | ||
--- | ||
|
||
Loosen the dependencies version. |
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,6 +1,6 @@ | ||
**/dist/* | ||
node_modules | ||
*.md | ||
pnpm-lock.yaml | ||
*.md | ||
*.snap | ||
*.yml |
31 changes: 12 additions & 19 deletions
31
packages/eslint-plugin/lib/config/by-project-type/monorepo-workspace.ts
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
42 changes: 16 additions & 26 deletions
42
packages/eslint-plugin/lib/config/by-project-type/react-library.ts
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
26 changes: 8 additions & 18 deletions
26
packages/eslint-plugin/lib/config/by-project-type/typescript-library.ts
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
42 changes: 16 additions & 26 deletions
42
packages/eslint-plugin/lib/config/by-project-type/web-application.ts
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
Oops, something went wrong.