Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion apps/browser/src/autofill/notification/bar.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
๏ปฟ<!doctype html>
๏ปฟ<!-- eslint-disable tailwindcss/no-custom-classname -->
<!doctype html>
<html>
<head>
<title>Bitwarden</title>
Expand Down
2 changes: 0 additions & 2 deletions apps/browser/src/popup/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ import { FilePopoutCalloutComponent } from "../tools/popup/components/file-popou
import { AppRoutingModule } from "./app-routing.module";
import { AppComponent } from "./app.component";
import { ExtensionAnonLayoutWrapperComponent } from "./components/extension-anon-layout-wrapper/extension-anon-layout-wrapper.component";
import { UserVerificationComponent } from "./components/user-verification.component";
import { ServicesModule } from "./services/services.module";
import { TabsV2Component } from "./tabs-v2.component";

Expand Down Expand Up @@ -91,7 +90,6 @@ import "../platform/popup/locales";
ColorPasswordPipe,
ColorPasswordCountPipe,
TabsV2Component,
UserVerificationComponent,
RemovePasswordComponent,
],
exports: [],
Expand Down
47 changes: 0 additions & 47 deletions apps/browser/src/popup/components/user-verification.component.html

This file was deleted.

27 changes: 0 additions & 27 deletions apps/browser/src/popup/components/user-verification.component.ts

This file was deleted.

7 changes: 6 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,12 @@ export default tseslint.config(
},
// Tailwind migrated clients & libs
{
files: ["apps/web/**/*.html", "bitwarden_license/bit-web/**/*.html", "libs/**/*.html"],
files: [
"apps/web/**/*.html",
"apps/browser/**/*.html",
"bitwarden_license/bit-web/**/*.html",
"libs/**/*.html",
],
rules: {
"tailwindcss/no-custom-classname": [
"error",
Expand Down
1 change: 0 additions & 1 deletion libs/components/src/tooltip/tooltip.component.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<!-- eslint-disable-next-line tailwindcss/no-custom-classname -->
<div
class="bit-tooltip-container"
[attr.data-position]="tooltipData.tooltipPosition()"
Expand Down
Loading