Test prettier formatting
This commit is contained in:
10
test-prettier.js
Normal file
10
test-prettier.js
Normal 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;
|
||||
Reference in New Issue
Block a user