@node-ts/code-standards
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "@node-ts/code-standards", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"repository": "github:node-ts/code-standards", | ||
@@ -5,0 +5,0 @@ "description": "A sane and opinionated set of linting rules for TypeScript", |
@@ -57,3 +57,3 @@ { | ||
"radix": true, | ||
"file-name-casing": [true, "pascal-case"], | ||
"file-name-casing": [true, "kebab-case"], | ||
"eofline": true, | ||
@@ -75,3 +75,2 @@ "max-line-length": [true, 120], | ||
"cyclomatic-complexity": [true, 20], | ||
"defocus": true, | ||
"forin": true, | ||
@@ -200,2 +199,2 @@ "import-blacklist": [ | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12091