Skip to content

Commit

Permalink
chore: add label as valid ts-styled-plugin property to fix vscode war…
Browse files Browse the repository at this point in the history
…ning (#520)
  • Loading branch information
Robin Métral authored Jan 6, 2020
1 parent bd3c617 commit ed53bce
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"compilerOptions": {
"plugins": [
{
"name": "typescript-styled-plugin",
"lint": {
"validProperties": ["label"]
}
}
]
},
"include": ["src/**/*"]
}

1 comment on commit ed53bce

@vercel
Copy link

@vercel vercel bot commented on ed53bce Jan 6, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.