Skip to content

Commit

Permalink
format all json files
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed May 3, 2019
1 parent 4e05e7c commit ec13e6f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ app/coverage
app/static/common
app/test/fixtures
gemoji
*.json
*.md
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"compile:script": "tsc -P script/tsconfig.json",
"lint": "yarn prettier && yarn lint:src",
"lint:fix": "yarn prettier --write && yarn lint:src:fix",
"prettier": "prettier --check \"./**/*.{ts,tsx,js,jsx,scss,html,yaml,yml}\"",
"prettier": "prettier --check \"./**/*.{ts,tsx,js,json,jsx,scss,html,yaml,yml}\"",
"lint:src": "yarn tslint && yarn eslint-check && yarn eslint",
"lint:src:fix": "yarn tslint --fix && yarn eslint --fix",
"tslint": "tslint -p .",
Expand Down

0 comments on commit ec13e6f

Please sign in to comment.