mirror of
https://github.com/bitwarden/clients.git
synced 2026-06-04 21:04:29 +08:00
Some checks failed
Chromatic / Check PR run (push) Has been cancelled
Scan / Check PR run (push) Has been cancelled
Testing / Run tests (push) Has been cancelled
Testing / Run Rust tests on ${{ matrix.os }} (macos-14) (push) Has been cancelled
Testing / Run Rust tests on ${{ matrix.os }} (ubuntu-22.04) (push) Has been cancelled
Testing / Run Rust tests on ${{ matrix.os }} (windows-2022) (push) Has been cancelled
Testing / Rust Coverage (push) Has been cancelled
Chromatic / Chromatic (push) Has been cancelled
Scan / SAST scan (push) Has been cancelled
Scan / Quality scan (push) Has been cancelled
Testing / Upload to Codecov (push) Has been cancelled
* fix(eslint): extend tsconfig.base in tsconfig.eslint * fix(eslint): clean up new lint errors
13 lines
386 B
JSON
13 lines
386 B
JSON
{
|
|
"extends": "./tsconfig.base",
|
|
"files": [
|
|
".storybook/main.ts",
|
|
".storybook/manager.js",
|
|
".storybook/test-runner.ts",
|
|
".storybook/format-args-for-code-snippet.ts",
|
|
"apps/browser/src/autofill/content/components/.lit-storybook/main.ts"
|
|
],
|
|
"include": ["apps/**/*", "libs/**/*", "bitwarden_license/**/*", "scripts/**/*"],
|
|
"exclude": ["**/build", "**/dist"]
|
|
}
|