Bruno Predot

Personalisation de rules antfu.

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