Convert Prettier config to ESM

Stylelint is not yet supported
ESLint is supported experimentally, but not one of the relied on packages
This commit is contained in:
Soitora 2023-08-08 20:00:30 +02:00
parent 9022f549fe
commit 77f8b9c581
No known key found for this signature in database
GPG Key ID: A6D711EB4F2CCD97

View File

@ -1,4 +1,4 @@
module.exports = {
export default {
tabWidth: 4,
useTabs: true,
printWidth: 120,
@ -6,4 +6,4 @@ module.exports = {
bracketSpacing: true,
htmlWhitespaceSensitivity: "ignore",
endOfLine: "auto",
};
}