mirror of
https://github.com/bitwarden/browser.git
synced 2025-12-05 09:14:28 +01:00
* 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"]
|
|
}
|