Skip to content

Commit

Permalink
Merge branch 'main' into docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink authored Dec 12, 2023
2 parents 1d0b896 + f518b3b commit 86cb842
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
7 changes: 4 additions & 3 deletions src/Integrations/PrettierBlade/.prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@
}
}
],

"htmlWhitespaceSensitivity": "css",
"sortTailwindcssClasses": true,
"singleAttributePerLine": true,
"bracketSameLine": false,
"printWidth": 120,
"tabWidth": 4
}
"printWidth": 600
}
5 changes: 4 additions & 1 deletion src/Integrations/TLint/tlint.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"preset": "tighten"
"preset": "tighten",
"disabled": [
"QualifiedNamesOnlyForClassName"
]
}

0 comments on commit 86cb842

Please sign in to comment.