Skip to content

Commit

Permalink
[Meta] Add prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
lexisother committed Jun 12, 2024
1 parent 2f44e8f commit 196a5e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules/
*.js
!.prettierrc.js
4 changes: 4 additions & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
...require('eslint-config-dmitmel/prettier.config.js'),
printWidth: 80,
};

0 comments on commit 196a5e2

Please sign in to comment.