Bruno Predot

Personalisation de rules antfu.

@@ -4,6 +4,11 @@ export default antfu({ @@ -4,6 +4,11 @@ export default antfu({
4 // Type of the project. 'lib' for libraries, the default is 'app' 4 // Type of the project. 'lib' for libraries, the default is 'app'
5 type: "app", 5 type: "app",
6 6
  7 + rules: {
  8 + "antfu/if-newline": 0,
  9 + "antfu/curly": 0,
  10 + },
  11 +
7 // Enable stylistic formatting rules 12 // Enable stylistic formatting rules
8 // stylistic: true, 13 // stylistic: true,
9 14