Skip to content

Commit

Permalink
lint: make more prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
bitjson committed Feb 15, 2018
1 parent f9b94e3 commit 8cc3aef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion .prettierignore
@@ -1 +1,7 @@
package.json
package.json
package-lock.json
.sourcemaps/
coverage/
platforms/
plugins/
www/
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -36,10 +36,10 @@
"test": "test:lint && npm run test:ci && npm run e2e:capture-latest && npm run test:visual",
"test:coverage": "ng test --code-coverage",
"test:ci": "ng test --watch=false --code-coverage --no-progress",
"test:lint": "tslint --project . src/**/*.ts && prettier --list-different --ignore-path .gitignore '{!(package),**/*}.{js,ts,md,json}'",
"test:lint": "tslint --project . --format codeFrame && tslint '{e2e,test,electron,src}/**/*.ts' --format codeFrame && prettier --list-different '{*,**/*}.{js,ts,md,json,scss}'",
"test:visual": "cd test && reg-cli latest approved diffs --report report.html --json report.json --enableAntialias --thresholdRate 0.005",
"fix:tslint": "tslint --fix --project . src/**/*.ts",
"fix:prettier": "prettier --write --ignore-path .gitignore '{!(package),**/*}.{js,ts,md,json}'",
"fix:tslint": "tslint --fix --project . && tslint --fix '{e2e,test,electron,src}/**/*.ts'",
"fix:prettier": "prettier --write '{*,**/*}.{js,ts,md,json,scss}'",
"e2e": "npm run ionic:build && npm run e2e:test",
"e2e:test": "protractor",
"e2e:capture-latest": "npm run apply:copay && npm run e2e && npm run apply:bitpay && npm run e2e",
Expand Down

0 comments on commit 8cc3aef

Please sign in to comment.