We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84348d6 commit f7a7531Copy full SHA for f7a7531
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
## Master
4
5
+## 0.3.5 - Typescript support
6
+
7
+- Dependencies bump
8
+- TypeScript support (#83 by @gardnerjack)
9
10
## 0.3.4 - Cyclic dependencies exclusions
11
12
- Allow `registries` to accept an array of globs, or single glob to be excluded from folder-level cyclic dependencies checks
package.json
@@ -1,6 +1,6 @@
1
{
"name": "stricter",
- "version": "0.3.4",
+ "version": "0.3.5",
"description": "A project-wide js-linting tool",
"files": [
"LICENSE",
0 commit comments