Add styled-components, even if it is broken

This commit is contained in:
Dane Everitt 2019-07-27 18:53:48 -07:00
parent b69ebb0790
commit df5de4be97
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
6 changed files with 224 additions and 5 deletions

View file

@ -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
View file

@ -0,0 +1 @@
declare function tw(a: TemplateStringsArray | string): any;