1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 13:44:15 +00:00

style(linter): fix linter issues

This commit is contained in:
Petr Ruzicka
2022-10-14 22:52:39 +02:00
committed by Cotes Chung
parent 70662a0365
commit d9d7848f03
11 changed files with 15 additions and 14 deletions

View File

@@ -1,5 +1,8 @@
{
"rules": {
"body-max-line-length": [0, "always"]
"body-max-line-length": [
0,
"always"
]
}
}