Skip to content

Commit

Permalink
Add .prettierrc
Browse files Browse the repository at this point in the history
  • Loading branch information
DemianParkhomenko committed Sep 6, 2023
1 parent 5f28a54 commit a34ea65
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"semi": true,
"trailingComma": "es5",
"singleQuote": true
}
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
console.log("Learn Node.js with fun🤪");
console.log("Dima the best");
console.log('Learn Node.js with fun🤪');
console.log('Dima the best');

0 comments on commit a34ea65

Please sign in to comment.