Skip to content

Commit

Permalink
Merge pull request #8 from louis-bompart/master
Browse files Browse the repository at this point in the history
Clean-up package.json
  • Loading branch information
mikegron authored Jul 16, 2019
2 parents 5154959 + 4af5868 commit 1e5b4eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .prettierrc → .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"printWidth": 150,
"tabWidth": 2,
"tabWidth": 4,
"useTabs": false,
"semi": true,
"singleQuote": true,
"endOfLine": "lf",
"overrides": [
{
"files": "*.json",
Expand Down
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dev": "node ./scripts/dev.server.js",
"watchTest": "karma start ./config/karma.config.js",
"lint": "prettier --write src/**/* tests/**/*",
"clean": "rm -fr ./bin",
"clean": "rimraf bin",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
Expand All @@ -28,11 +28,6 @@
"files": [
"bin/**/*"
],
"prettier": {
"printWidth": 120,
"tabWidth": 4,
"singleQuote": true
},
"keywords": [
"coveo",
"search",
Expand Down Expand Up @@ -64,6 +59,7 @@
"pre-commit": "^1.2.2",
"prettier": "1.16.4",
"raw-loader": "^1.0.0",
"rimraf": "^2.6.3",
"string-replace-webpack-plugin": "^0.1.3",
"ts-loader": "^6.0.0",
"typescript": "^3.3.0",
Expand Down

0 comments on commit 1e5b4eb

Please sign in to comment.