mirror of
https://github.com/bitwarden/browser
synced 2026-02-07 04:03:29 +00:00
Upgrades to Eslint v9. Since this is a major version there were breaking changes, but since we've previously migrated to flat configs in #12806 those were minimal.
7 lines
127 B
JSON
7 lines
127 B
JSON
{
|
|
"extends": "../shared/tsconfig",
|
|
"compilerOptions": {},
|
|
"exclude": ["node_modules", "dist"],
|
|
"files": ["empty.ts"]
|
|
}
|