Skip to content

Commit e49a1d5

Browse files
[6.x] Fix assets (#18083)
* Fix typo * Update style export * Update file locations a bit * Back to the adapter with you * Cleanup * Build * Phpstan & tests * Fix npm ci * Fix prettier --------- Co-authored-by: Rias <[email protected]>
1 parent 5b6bea4 commit e49a1d5

File tree

1,715 files changed

+18609
-11872
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,715 files changed

+18609
-11872
lines changed

.lintstagedrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"./vendor/bin/pint --parallel"
88
],
99
"*.scss": ["stylelint --fix --allow-empty-input"],
10-
"*.{html,json,css,scss}": "prettier --ignore-unknown --write"
10+
"!(yii2-adapter)/**/*.{html,json,css,scss}": "prettier --ignore-unknown --write"
1111
}

0 commit comments

Comments
 (0)