Skip to content

Commit

Permalink
package: export JS config
Browse files Browse the repository at this point in the history
  • Loading branch information
arnemolland committed Jun 11, 2022
1 parent 1c45231 commit 079b322
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
11 changes: 11 additions & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module.exports = {
semi: false,
tabs: false,
tabWidth: 2,
singleQuote: true,
trailingComma: 'all',
bracketSameLine: true,
printWidth: 100,
arrowParens: 'always',
endOfLine: 'lf',
}
9 changes: 0 additions & 9 deletions .prettierrc.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "@gameflow-tv/prettier-config",
"version": "0.0.0",
"description": "Baseline Prettier setup for @gameflow-tv",
"main": ".prettierrc.yaml",
"main": ".prettierrc.js",
"author": "Gameflow",
"license": "UNLICENSED",
"files": [
".pretterrc.yaml"
".pretterrc.js"
],
"peerDependencies": {
"prettier": ">= 2"
Expand Down

0 comments on commit 079b322

Please sign in to comment.