-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Description A lot of our packages had extra files published. not terrible but not clean either #### Other changes n/a ### Tested trust me bro ### Related issues <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on updating the `.npmignore` files across various packages in the SDK to include new configuration files for ESLint, TypeScript, and documentation, as well as ensuring that `.d.ts` files are properly included. ### Detailed summary - Added `.eslintrc.js`, `eslint.tsconfig.json`, `typedoc.json`, and `jestSetup.ts` to several packages. - Maintained inclusion of `.d.ts` files in `.npmignore`. - Updated `.npmignore` in `packages/viem-account-ledger` to include `eslint.tsconfig.json`, `typedoc.json`, `.eslintrc.cjs`, and `vitest.config.ts`. - Ensured consistent structure across multiple package directories. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
- Loading branch information
Showing
12 changed files
with
50 additions
and
5 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 |
---|---|---|
|
@@ -9,4 +9,4 @@ | |
*.ts | ||
|
||
# include the .d.ts files | ||
!lib/**/*.d.ts | ||
!lib/**/*.d.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
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 |
---|---|---|
|
@@ -13,5 +13,10 @@ | |
|
||
/src | ||
|
||
.eslintrc.js | ||
eslint.tsconfig.json | ||
typedoc.json | ||
jestSetup.ts | ||
|
||
/lib/**/*.test.* | ||
/lib/test-utils |
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 |
---|---|---|
|
@@ -11,6 +11,10 @@ | |
/jest.config.* | ||
*.tgz | ||
|
||
.eslintrc.js | ||
eslint.tsconfig.json | ||
typedoc.json | ||
|
||
/src | ||
|
||
/lib/**/*.test.* | ||
|
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 |
---|---|---|
|
@@ -20,4 +20,4 @@ | |
*.ts | ||
|
||
# include the .d.ts files | ||
!lib/**/*.d.ts | ||
!lib/**/*.d.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
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 |
---|---|---|
|
@@ -13,5 +13,10 @@ | |
|
||
/src | ||
|
||
.eslintrc.js | ||
eslint.tsconfig.json | ||
typedoc.json | ||
jestSetup.ts | ||
|
||
/lib/**/*.test.* | ||
/lib/test-utils |
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 |
---|---|---|
|
@@ -12,5 +12,10 @@ | |
|
||
/src | ||
|
||
.eslintrc.js | ||
eslint.tsconfig.json | ||
typedoc.json | ||
jestSetup.ts | ||
|
||
/lib/**/*.test.* | ||
/lib/test-utils |
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 |
---|---|---|
|
@@ -10,6 +10,10 @@ | |
/jest.config.* | ||
*.tgz | ||
|
||
.eslintrc.js | ||
eslint.tsconfig.json | ||
typedoc.json | ||
|
||
/src | ||
|
||
/lib/**/*.test.* | ||
|
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 |
---|---|---|
|
@@ -10,6 +10,10 @@ | |
/jest.config.* | ||
*.tgz | ||
|
||
.eslintrc.js | ||
eslint.tsconfig.json | ||
typedoc.json | ||
|
||
/src | ||
|
||
/lib/**/*.test.* | ||
|
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