fix: Fix eslint rules for Windows (#508)

This commit is contained in:
Gilberto Vidal
2023-12-11 00:13:04 +01:00
committed by GitHub
parent d926907b8e
commit 8fbdf3365a
+6
View File
@@ -49,6 +49,12 @@
"**/*.test.js" "**/*.test.js"
] ]
} }
],
"prettier/prettier": [
"error",
{
"endOfLine": "auto"
}
] ]
} }
}, },