Add styled-components, even if it is broken
This commit is contained in:
parent
b69ebb0790
commit
df5de4be97
6 changed files with 224 additions and 5 deletions
|
@ -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;
|
Loading…
Add table
Add a link
Reference in a new issue