1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 10:13:31 +00:00

[EC-1051] Add TailwindCSS linting rules (#4605)

This commit is contained in:
Thomas Rittson
2023-02-03 07:27:08 +10:00
committed by GitHub
parent d3539a4a44
commit cc5c753e30
15 changed files with 68 additions and 12 deletions

View File

@@ -1,5 +1,6 @@
<!-- Please remove this disable statement when editing this file! -->
<!-- eslint-disable @angular-eslint/template/button-has-type -->
<!-- eslint-disable tailwindcss/no-custom-classname -->
<form [formGroup]="formGroup" [bitSubmit]="submit">
<bit-dialog dialogSize="default" disablePadding>
<ng-container bitDialogTitle>{{ title | i18n }}</ng-container>