Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
imhoffd committed Jul 13, 2020
0 parents commit b6baf00
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
arrowParens: 'avoid',
bracketSpacing: true,
jsxBracketSameLine: true,
singleQuote: true,
trailingComma: 'all',
};
20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "@ionic/prettier-config",
"version": "0.0.1",
"description": "Prettier config for Ionic and Capacitor",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ionic-team/prettier-config.git"
},
"keywords": [],
"author": "Ionic <hi@ionicframework.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ionic-team/prettier-config/issues"
},
"homepage": "https://github.com/ionic-team/prettier-config#readme",
"peerDependencies": {
"prettier": "^2.0.0"
}
}

0 comments on commit b6baf00

Please sign in to comment.