@swarmion/eslint-plugin
Advanced tools
Comparing version
{ | ||
"name": "@swarmion/eslint-plugin", | ||
"description": "An eslint plugin with rules to enforces proper usage of contracts.", | ||
"version": "0.19.1", | ||
"version": "0.20.0", | ||
"author": "fargito", | ||
@@ -36,3 +36,3 @@ "license": "MIT", | ||
"package-types-aliases": "tsc-alias -p tsconfig.build.json", | ||
"test": "pnpm test-linter && pnpm test-type && pnpm test-circular", | ||
"test": "nx run test-linter && nx run test-type && nx run test-circular", | ||
"test-circular": "pnpm depcruise --validate .dependency-cruiser.js .", | ||
@@ -64,3 +64,3 @@ "test-linter": "pnpm linter-base-config .", | ||
}, | ||
"gitHead": "80e08e81f2cdac04f5b08a161eb39b046bb8af60" | ||
"gitHead": "a47767c8a102a688e4701220207c284de6c255ff" | ||
} |
41554
0.01%