@ajv-validator/config
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -18,5 +18,3 @@ const jsConfig = require("./.eslintrc_js") | ||
...jsConfig.rules, | ||
"@typescript-eslint/adjacent-overload-signatures": "error", | ||
"@typescript-eslint/array-type": "error", | ||
"@typescript-eslint/ban-ts-comment": "error", | ||
"@typescript-eslint/consistent-type-assertions": "error", | ||
@@ -36,5 +34,6 @@ "@typescript-eslint/consistent-type-definitions": ["error"], | ||
"@typescript-eslint/prefer-function-type": "error", | ||
"@typescript-eslint/prefer-namespace-keyword": "error", | ||
"@typescript-eslint/prefer-includes": "error", | ||
"@typescript-eslint/prefer-readonly": "error", | ||
"@typescript-eslint/triple-slash-reference": "error", | ||
"@typescript-eslint/require-array-sort-compare": ["error", {ignoreStringArrays: true}], | ||
"@typescript-eslint/switch-exhaustiveness-check": "error", | ||
"@typescript-eslint/unified-signatures": "error", | ||
@@ -41,0 +40,0 @@ "@typescript-eslint/no-unnecessary-condition": ["error", {allowConstantLoopConditions: true}], |
{ | ||
"name": "@ajv-validator/config", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Shared typescript, eslint and prettier configuration", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
6188
113