mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
Add styled-components, even if it is broken
This commit is contained in:
@@ -11,6 +11,8 @@ plugins:
|
||||
extends:
|
||||
- "standard"
|
||||
- "plugin:@typescript-eslint/recommended"
|
||||
globals:
|
||||
tw: "readonly"
|
||||
rules:
|
||||
semi:
|
||||
- error
|
||||
|
||||
1
resources/scripts/gloabl.d.ts
vendored
Normal file
1
resources/scripts/gloabl.d.ts
vendored
Normal file
@@ -0,0 +1 @@
|
||||
declare function tw(a: TemplateStringsArray | string): any;
|
||||
Reference in New Issue
Block a user