Skip to content

Commit

Permalink
chore(.prettier): Move config to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Apr 30, 2019
1 parent 5613111 commit f613678
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .prettierrc.js

This file was deleted.

12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,18 @@
}
]
},
"prettier": {
"printWidth": 100,
"tabWidth": 4,
"overrides": [
{
"files": "*.md",
"options": {
"tabWidth": 2
}
}
]
},
"scripts": {
"lint": "eslint --ignore-path=.gitignore .",
"lint-updated": "pipe-git-updated --ext=js -- eslint --ignore-pattern '!*'",
Expand Down

0 comments on commit f613678

Please sign in to comment.