You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove prettier and formatter commands from project tooling
5
+
6
+
This change removes prettier as a dev dependency and development tool from the repository. The prettier formatter is still available as a runtime dependency for the CLI tool to format translation files.
7
+
8
+
Changes:
9
+
- Removed `format` and `format:check` scripts from root package.json
10
+
- Removed prettier and lint-staged dev dependencies from root package.json
11
+
- Removed .prettierrc and .prettierignore configuration files
12
+
- Removed pre-commit hook that ran lint-staged
13
+
- Removed format check step from GitHub Actions CI workflow
14
+
- Updated CONTRIBUTING.md to remove format:check from check commands
15
+
- Removed prettier dependencies from demo/adonisjs package.json
0 commit comments