1
0
mirror of https://github.com/flarum/core.git synced 2025-09-01 20:24:25 +02:00

fix: custom styles from 1.x can crash the app (#4159)

This commit is contained in:
Sami Mazouz
2025-01-10 16:48:24 +01:00
committed by GitHub
parent a7d584f8e1
commit 36d0795607
7 changed files with 63 additions and 9 deletions

View File

@@ -18,7 +18,7 @@ trim_trailing_whitespace = false
[*.{php,xml,json}]
indent_size = 4
[{tsconfig.json,prettierrc.json}]
[{tsconfig.json,prettierrc.json,package.json}]
indent_size = 2
[*.neon]