diff --git a/index.js b/index.js index d9181e1..5c04e33 100644 --- a/index.js +++ b/index.js @@ -2,7 +2,7 @@ module.exports = { printWidth: 80, tabWidth: 2, useTabs: false, - semi: false, + semi: true, singleQuote: true, trailingComma: 'all', bracketSpacing: true, diff --git a/package.json b/package.json index 60df039..013c98c 100644 --- a/package.json +++ b/package.json @@ -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": {