@sinemacula/coding-standards 1.0.6 → 1.1.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.
- package/README.md +1 -0
- package/js/biome.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -136,6 +136,7 @@ tag = "v1.0.0"
|
|
|
136
136
|
| `yaml/.yamllint.yaml` | yamllint | YAML linting rules |
|
|
137
137
|
| `shell/.shellcheckrc` | ShellCheck | Shell script linting rules |
|
|
138
138
|
| `security/.gitleaks.toml` | Gitleaks | Secret-detection ruleset |
|
|
139
|
+
| `editorconfig/.editorconfig-checker.json` | editorconfig-checker | Disables only the max-line-length check (formatters own wrapping) |
|
|
139
140
|
|
|
140
141
|
## Contributing
|
|
141
142
|
|
package/js/biome.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sinemacula/coding-standards",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.1",
|
|
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>",
|