@sherifforg/types
Advanced tools
+9
-7
| { | ||
| "name": "@sherifforg/types", | ||
| "description": "Sheriff types.", | ||
| "version": "4.0.0", | ||
| "version": "4.0.1", | ||
| "license": "MIT", | ||
@@ -21,7 +21,8 @@ "type": "module", | ||
| "devDependencies": { | ||
| "@types/node": "^20.10.6", | ||
| "publint": "^0.2.7", | ||
| "type-fest": "^4.9.0", | ||
| "typescript": "^5.4.5", | ||
| "tsconfig": "0.0.1" | ||
| "@arethetypeswrong/cli": "^0.15.4", | ||
| "@types/node": "^20.14.10", | ||
| "publint": "^0.2.10", | ||
| "type-fest": "^4.21.0", | ||
| "typescript": "^5.5.3", | ||
| "tsconfig": "0.0.2" | ||
| }, | ||
@@ -54,4 +55,5 @@ "repository": { | ||
| "typecheck": "tsc --noEmit", | ||
| "publint": "publint" | ||
| "publint": "publint", | ||
| "are-the-types-wrong": "attw --pack ." | ||
| } | ||
| } |
+0
-9
@@ -6,7 +6,2 @@ export interface NoRestrictedSyntaxSlice { | ||
| export interface NoRestrictedSyntaxOverride { | ||
| adjuncts: NoRestrictedSyntaxSlice[]; | ||
| allows: string[]; | ||
| } | ||
| export interface Entry { | ||
@@ -124,6 +119,2 @@ ruleName: string; | ||
| files?: string[]; | ||
| /** | ||
| * This setting allows you to override the default no-restricted-syntax rule configuration. You can add your own rules to the existing ones, or you can override the existing ones. You can also disable the existing ones by adding them to the allows array. | ||
| */ | ||
| noRestrictedSyntaxOverride?: NoRestrictedSyntaxOverride; | ||
| } | ||
@@ -130,0 +121,0 @@ |
5724
-5.75%6
20%114
-6.56%