This website requires JavaScript.
Explore
Help
Sign In
Matrix-Mirrors
/
schildi-web
Watch
1
Star
0
Fork
0
You've already forked schildi-web
mirror of
https://github.com/SchildiChat/element-web.git
synced
2024-10-01 01:26:12 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f77e5e713d
schildi-web
/
.stylelintrc.js
4 lines
74 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Update build scripts for new process We have to convert *something* to TypeScript so it doesn't complain that there's nothing to compile, so this converts the easiest utility library. Many of the scripts are copied from the react-sdk.
2020-01-08 18:09:26 -05:00
module
.
exports
=
{
Rename PostCSS files to `.pcss` (#22769) * Rename PostCSS files to `.pcss` * Make Stylelint happy * Make Stylelint happy v2 * Update CompatibilityView.tsx * Update res/css/structures/ErrorView.pcss Co-authored-by: Michael Weimann <mail@michael-weimann.eu> * Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/pcss Conflicts: package.json res/css/_components.scss res/css/structures/_NotificationPanel.pcss res/css/views/dialogs/_SpotlightDialog.pcss res/css/views/rooms/_EventTile.pcss res/css/views/rooms/_ReadReceiptGroup.pcss yarn.lock * Only use CI_PACKAGE mode on develop, it skips minification which can find some errors * Keep name to not break existing PRs Co-authored-by: Michael Weimann <mail@michael-weimann.eu>
2022-07-15 09:53:21 -04:00
...
require
(
"matrix-react-sdk/.stylelintrc.js"
)
,
Update build scripts for new process We have to convert *something* to TypeScript so it doesn't complain that there's nothing to compile, so this converts the easiest utility library. Many of the scripts are copied from the react-sdk.
2020-01-08 18:09:26 -05:00
}
;
Reference in New Issue
Copy Permalink