-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch from
eslint-plugin-import
to eslint-plugin-import-x
- Loading branch information
Showing
71 changed files
with
1,156 additions
and
835 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 @@ | ||
--- | ||
"@spear-ai/eslint-config": major | ||
--- | ||
|
||
Replaced `eslint-import-plugin` with `eslint-plugin-import-x`. |
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 @@ | ||
--- | ||
"@spear-ai/eslint-config": major | ||
--- | ||
|
||
Added ESlint Stylistic formatting to ESLint config. |
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 @@ | ||
--- | ||
"@spear-ai/eslint-config": major | ||
--- | ||
|
||
Removed `eslint-plugin-array-func` plugin from ESLint config because it doesn’t properly export itself as an ESM module. |
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 @@ | ||
--- | ||
"@spear-ai/eslint-config": major | ||
--- | ||
|
||
Updated ESLint plugins and rules. |
Binary file removed
BIN
-37.9 KB
.yarn/cache/@changesets-apply-release-plan-npm-7.0.0-13a5369f95-bf02351e8d.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-122 KB
.yarn/cache/@formatjs-ecma402-abstract-npm-1.18.2-281c9afdd0-e761653887.zip
Binary file not shown.
Binary file removed
BIN
-54.1 KB
.yarn/cache/@formatjs-icu-messageformat-parser-npm-2.7.6-59cd895220-5baf9c1cf4.zip
Binary file not shown.
Binary file removed
BIN
-13.7 KB
.yarn/cache/@formatjs-icu-skeleton-parser-npm-1.8.0-0f1fd4bf3f-8cd96d9075.zip
Binary file not shown.
Binary file removed
BIN
-11.6 KB
.yarn/cache/@formatjs-ts-transformer-npm-3.13.12-9c0dce515c-3fcb9bc838.zip
Binary file not shown.
Binary file removed
BIN
-780 KB
.yarn/cache/@typescript-eslint-eslint-plugin-npm-6.21.0-eed10a6c66-a57de0f630.zip
Binary file not shown.
Binary file removed
BIN
-8.79 KB
.yarn/cache/@typescript-eslint-parser-npm-6.21.0-d7ff8425ee-4d51cdbc17.zip
Binary file not shown.
Binary file removed
BIN
-53.3 KB
.yarn/cache/@typescript-eslint-type-utils-npm-6.21.0-b5d74d2e4c-d03fb3ee1c.zip
Binary file not shown.
Binary file removed
BIN
-13.9 KB
.yarn/cache/@ungap-structured-clone-npm-1.2.0-648f0b82e0-c6fe89a505.zip
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-8.14 KB
.yarn/cache/eslint-config-airbnb-typescript-npm-17.1.0-ed4ce93531-a2238d8209.zip
Binary file not shown.
Binary file removed
BIN
-12.4 KB
.yarn/cache/eslint-plugin-array-func-npm-4.0.0-f3f8891955-6458edcbd6.zip
Binary file not shown.
Binary file removed
BIN
-11.6 KB
.yarn/cache/eslint-plugin-markdown-npm-3.0.1-2fe3758b6e-1408ccd48f.zip
Binary file not shown.
Binary file removed
BIN
-12.7 KB
.yarn/cache/eslint-plugin-simple-import-sort-npm-10.0.0-695149a137-462187d3c1.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-194 KB
.yarn/cache/language-subtag-registry-npm-0.3.22-e9f79fe04e-5591f4abd7.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
593 changes: 297 additions & 296 deletions
593
.yarn/releases/yarn-4.1.1.cjs → .yarn/releases/yarn-4.2.2.cjs
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,16 +1,10 @@ | ||
afterInstall: yarn workspaces foreach -A run postinstall | ||
|
||
compressionLevel: mixed | ||
|
||
enableGlobalCache: false | ||
|
||
nodeLinker: node-modules | ||
|
||
npmPublishAccess: public | ||
|
||
plugins: | ||
- checksum: 0a2a35fbed2f33f0df1ceb1db51bf72554201f994eaecb86cbc62a295c3d05f7cc44fa8be8e64fc5e1c0bee4f529a17a0cc429ea9e3486ad467443291d5a8e3b | ||
path: .yarn/plugins/@yarnpkg/plugin-after-install.cjs | ||
spec: "https://raw.githubusercontent.com/mhassan1/yarn-plugin-after-install/v0.6.0/bundles/@yarnpkg/plugin-after-install.js" | ||
|
||
yarnPath: .yarn/releases/yarn-4.1.1.cjs | ||
yarnPath: .yarn/releases/yarn-4.2.2.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
8 changes: 0 additions & 8 deletions
8
packages/commitlint-config/node_modules/.vitest/deps/_metadata.json
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
packages/commitlint-config/node_modules/.vitest/deps/package.json
This file was deleted.
Oops, something went wrong.
This file was deleted.
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
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,3 +1,4 @@ | ||
// eslint-disable-next-line import-x/no-extraneous-dependencies | ||
const prettierConfig = require("@spear-ai/prettier-config"); | ||
|
||
module.exports = prettierConfig; |
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
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,4 @@ | ||
// eslint-disable-next-line import-x/no-extraneous-dependencies | ||
const prettierConfig = require("@spear-ai/prettier-config"); | ||
|
||
module.exports = prettierConfig; |
Oops, something went wrong.