@sinemacula/coding-standards 1.3.0 → 1.4.0

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -132,7 +132,7 @@ tag = "<version>"
132
132
  | `src/PhpCsFixerConfig.php` | PHP CS Fixer | Factory class for building PHP CS Fixer configurations |
133
133
  | `php/.php-cs-fixer.rules.php` | PHP CS Fixer | Shared rules array (PSR-12 base + org conventions) |
134
134
  | `SineMacula/ruleset.xml` | PHPCS | Auto-discovered coding standard (PSR-12 + exclusions) |
135
- | `php/phpstan.neon` | PHPStan | Base config (org-wide ignored errors + settings) |
135
+ | `php/phpstan-base.neon` | PHPStan | Base config (org-wide ignored errors + settings) |
136
136
  | `js/biome.json` | Biome | JavaScript / TypeScript formatter + linter rules |
137
137
  | `js/knip.json` | Knip | Unused-export detection rules |
138
138
  | `markdown/.markdownlint.json` | markdownlint | Markdown linting rules |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinemacula/coding-standards",
3
- "version": "1.3.0",
3
+ "version": "1.4.0",
4
4
  "description": "Centralized coding standards, static analysis configurations, and code quality tooling for all Sine Macula repositories.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Ben Carey <bdmc@sinemacula.co.uk>",