Skip to content

Commit

Permalink
[monorepo] Disable stylelint in TS files
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard committed May 12, 2020
1 parent a07e844 commit c5b21c2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"extends": ["stylelint-config-standard"],
"ignoreFiles": ["packages/@sanity/extract-text-webpack-plugin/**", "**/*.js"],
"ignoreFiles": [
"packages/@sanity/extract-text-webpack-plugin/**",
"**/*.js",
"**/*.jsx",
"**/*.ts",
"**/*.tsx"
],
"rules": {
"at-rule-no-unknown": [
true,
Expand Down

1 comment on commit c5b21c2

@vercel
Copy link

@vercel vercel bot commented on c5b21c2 May 12, 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.