Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- feat: update `.ecrc` and `.prettierignore` to include `scaffold-lock.json` for better file management.
- feat: add `.editorconfig-checker.json` for improved linting configuration.
- feat: add `.editorconfig-checker.json` in scaffold for baseline configuration.
- fix: remove obsolete `.ecrc` file from metadata directory.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ vendor/bin/scaffold status
├── .gitattributes # replace: Text/binary handling, archive excludes
├── .gitignore # append: Common ignore patterns; project-specific lines preserved
├── .styleci.yml # replace: StyleCI config (PSR-12 + risky)
├── .ecrc # replace: editor-config-checker exclusions
├── .prettierignore # replace: Paths Prettier should skip
├── .prettierrc.json # replace: Prettier formatting rules
├── .stylelintignore # replace: Paths stylelint should skip
Expand Down
11 changes: 0 additions & 11 deletions metadata/.ecrc

This file was deleted.

1 change: 0 additions & 1 deletion scaffold.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
{ "from": "metadata/gitattributes", "to": ".gitattributes" },
{ "from": "metadata/.gitignore", "to": ".gitignore" },
{ "from": "metadata/.styleci.yml", "to": ".styleci.yml" },
{ "from": "metadata/.ecrc", "to": ".ecrc" },
{ "from": "metadata/.prettierignore", "to": ".prettierignore" },
{ "from": "metadata/.prettierrc.json", "to": ".prettierrc.json" },
{ "from": "metadata/.stylelintignore", "to": ".stylelintignore" },
Expand Down
Loading