Skip to content

Commit

Permalink
Do not lint type definitions
Browse files Browse the repository at this point in the history
XO should not lint type definition files until
eslint/eslint#10828 has been resolved.
  • Loading branch information
mfilenko committed May 3, 2019
1 parent 5d7dbac commit 7eed975
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -58,7 +58,8 @@
"ts"
],
"ignores": [
"src/__tests__"
"src/__tests__",
"**/*.d.ts"
],
"rules": {
"@typescript-eslint/indent": [
Expand Down

0 comments on commit 7eed975

Please sign in to comment.