Skip to content
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.

Commit

Permalink
feat: first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
camelmasa committed Jun 11, 2020
0 parents commit da8cde2
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"bracketSpacing": true,
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"useTabs": false
}
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "@huckleberry-inc/prettier-config",
"version": "0.0.1",
"main": "index.json",
"description": "Company's Prettier config",
"repository": "https://github.com/huckleberry-inc/prettier-config.git",
"license": "MIT",
"author": "Huckleberry, inc. <[email protected]>"
}
4 changes: 4 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1


0 comments on commit da8cde2

Please sign in to comment.