dlinter-ts-react 0.4.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -845,7 +845,7 @@ function createRecommendedConfig(options = {}) {
845
845
  },
846
846
  {
847
847
  files: ["src/**/use-*.ts"],
848
- ignores: productionTestGlobs,
848
+ ignores: governedMainModuleExemptGlobs,
849
849
  plugins: { dlinter: pluginBase },
850
850
  rules: {
851
851
  "dlinter/hook-anatomy": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dlinter-ts-react",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Deterministic architecture governance for TypeScript + React projects: custom ESLint rules, architecture-concept presets, and pre-commit gate scaffolding.",
5
5
  "license": "MIT",
6
6
  "repository": {