Skip to content

Commit

Permalink
Install prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
parisk committed Aug 18, 2023
1 parent 39e9d73 commit 6fbe117
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ db.sqlite3
build/
dist/
media/

node_modules/
1 change: 1 addition & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
16 changes: 16 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "django-prose",
"version": "1.2.2",
"description": "Wonderful rich text for Django",
"main": "prose/static/prose/editor.js",
"repository": "https://github.com/withlogicco/django-prose.git",
"author": "Paris Kasidiaris <[email protected]>",
"license": "MIT",
"private": true,
"devDependencies": {
"prettier": "3.0.2"
},
"scripts": {
"format": "yarn prettier prose/static/prose --write"
}
}
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1


[email protected]:
version "3.0.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.2.tgz#78fcecd6d870551aa5547437cdae39d4701dca5b"
integrity sha512-o2YR9qtniXvwEZlOKbveKfDQVyqxbEIWn48Z8m3ZJjBjcCmUy3xZGIv+7AkaeuaTr6yPXJjwv07ZWlsWbEy1rQ==

0 comments on commit 6fbe117

Please sign in to comment.