-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #835 from secretkeylabs/chore/merge-develop-to-pub…
…lic-1724411378 merge-develop-to-public
- Loading branch information
Showing
448 changed files
with
24,126 additions
and
25,165 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 |
---|---|---|
|
@@ -31,6 +31,7 @@ jobs: | |
run: npm ci | ||
- name: Test | ||
run: | | ||
npm run knip | ||
npx eslint . | ||
npx tsc --noEmit | ||
npm 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
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 |
---|---|---|
|
@@ -25,6 +25,7 @@ jobs: | |
run: npm ci | ||
- name: Test | ||
run: | | ||
npm run knip | ||
npx eslint . | ||
npx tsc --noEmit | ||
npm 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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"$schema": "https://unpkg.com/knip@5/schema.json", | ||
"entry": [ | ||
"src/background/background.ts", | ||
"src/content-scripts/content-script.ts", | ||
"src/inpage/index.ts", | ||
"src/pages/Options/index.tsx", | ||
"src/pages/Popup/index.tsx", | ||
"webpack/utils/build.js", | ||
"webpack/utils/devServer.js" | ||
], | ||
"project": ["src/**/*.{ts,tsx}", "webpack/**/*.js"], | ||
"webpack": { | ||
"config": ["webpack/webpack.config.js"] | ||
}, | ||
"ignoreDependencies": [ | ||
// Used by webpack to polyfill references to Node.js's `path` module, yet | ||
// not explicitly imported anywhere in the project. | ||
"path", | ||
|
||
// Used by the extension, yet not explicitly imported anywhere in the | ||
// project. | ||
"@types/chrome" | ||
] | ||
} |
Oops, something went wrong.