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

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-legg committed Jun 20, 2020
0 parents commit b312a20
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
trailingComma: "es5",
tabWidth: 2,
semi: true,
singleQuote: false,
}
5 changes: 5 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "@yestheoryfam/prettier-config",
"version": "1.0.0",
"description": "Module to export prettier config object",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Yes-Theory-Fam/prettier-config.git"
},
"author": "Jamie Legg",
"license": "ISC",
"bugs": {
"url": "https://github.com/Yes-Theory-Fam/prettier-config/issues"
},
"homepage": "https://github.com/Yes-Theory-Fam/prettier-config#readme"
}

0 comments on commit b312a20

Please sign in to comment.