Commit 8571d59
committed
feat: add Prettier and pre-commit hooks
- Add Prettier for consistent CSS formatting
- Add Husky + lint-staged for pre-commit checks
- Pre-commit runs: prettier --check, validate-css.js
- CI runs both format check and CSS validation
- Format all CSS files with Prettier1 parent 4930d1f commit 8571d59
File tree
709 files changed
+122327
-30
lines changed- .github/workflows
- .husky
- node_modules
- .bin
- ansi-escapes
- ansi-regex
- ansi-styles
- braces
- lib
- chalk
- source
- vendor
- ansi-styles
- supports-color
- cli-cursor
- cli-truncate
- colorette
- commander
- lib
- typings
- cross-spawn
- lib
- util
- debug
- src
- emoji-regex
- environment
- eventemitter3
- dist
- execa
- lib
- fill-range
- get-east-asian-width
- get-stream
- source
- human-signals
- build/src
- husky
- is-fullwidth-code-point
- is-number
- is-stream
- isexe
- test
- lilconfig
- src
- lint-staged
- bin
- lib
- listr2
- dist
- log-update
- node_modules
- is-fullwidth-code-point
- slice-ansi
- merge-stream
- micromatch
- mimic-fn
- mimic-function
- ms
- npm-run-path
- node_modules/path-key
- onetime
- path-key
- picomatch
- lib
- pidtree
- bin
- lib
- prettier
- bin
- internal
- plugins
- restore-cursor
- node_modules/onetime
- rfdc
- .github/workflows
- test
- shebang-command
- shebang-regex
- signal-exit
- dist
- cjs
- mjs
- slice-ansi
- string-argv
- commonjs
- string-width
- strip-ansi
- strip-final-newline
- to-regex-range
- which
- bin
- wrap-ansi
- yaml
- browser
- dist
- compose
- doc
- nodes
- parse
- schema
- common
- core
- json
- yaml-1.1
- stringify
- dist
- compose
- doc
- nodes
- parse
- schema
- common
- core
- json
- yaml-1.1
- stringify
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
709 files changed
+122327
-30
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments