Skip to content

Commit

Permalink
πŸ› make *.d.ts relaxing
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Dec 15, 2018
1 parent 4116f0a commit 884a9a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/configs/_ts.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,11 @@ module.exports = {
},
},
}),
{
files: ["*.d.ts"],
rules: {
strict: "off",
},
},
],
}

0 comments on commit 884a9a9

Please sign in to comment.