Skip to content

Commit

Permalink
feat: add semi back
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Set semi back to true
  • Loading branch information
kbshl committed Jan 30, 2019
1 parent 3a3dcd3 commit 9f395a6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
printWidth: 80,
tabWidth: 2,
useTabs: false,
semi: false,
semi: true,
singleQuote: true,
trailingComma: 'all',
bracketSpacing: true,
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,18 @@
},
"homepage": "https://github.com/kbshl/prettier-config-kbshl#readme",
"peerDependencies": {
"prettier": "^1.15.3"
"prettier": ">=1.15.3"
},
"devDependencies": {
"@commitlint/cli": "^7.2.1",
"@commitlint/config-conventional": "^7.1.2",
"cz-conventional-changelog": "^2.1.0",
"husky": "^1.2.1",
"lint-staged": "^8.1.0",
"markdownlint-cli": "^0.13.0",
"prettier": "^1.15.3",
"safe-publish-latest": "^1.1.2",
"standard-version": "^4.4.0"
"@commitlint/cli": "7.2.1",
"@commitlint/config-conventional": "7.1.2",
"cz-conventional-changelog": "2.1.0",
"husky": "1.2.1",
"lint-staged": "8.1.0",
"markdownlint-cli": "0.13.0",
"prettier": "1.15.3",
"safe-publish-latest": "1.1.2",
"standard-version": "4.4.0"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit 9f395a6

Please # to comment.