Test prettier formatting

This commit is contained in:
Julien Froidefond
2025-10-09 11:46:25 +02:00
parent 1499394438
commit f98247c142

10
test-prettier.js Normal file
View File

@@ -0,0 +1,10 @@
const test = { a: 1, b: 2, c: 3 };
function badFormatting() {
console.log('This is poorly formatted');
return {
result: 'test',
};
}
export default badFormatting;