Skip to content

Commit

Permalink
Tslint & prettier configuration, add getters to easily access schema …
Browse files Browse the repository at this point in the history
…properties
  • Loading branch information
Sebastien De Saint Florent committed Aug 22, 2020
1 parent c067d43 commit 9089191
Show file tree
Hide file tree
Showing 9 changed files with 1,900 additions and 1,698 deletions.
7 changes: 7 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$schema": "http://json.schemastore.org/prettierrc",
"tabWidth": 4,
"printWidth": 160,
"semi": false,
"trailingComma": "all"
}
281 changes: 281 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
"mocha": "^4.1.0",
"nodemon": "^1.18.4",
"remap-istanbul": "^0.11.1",
"ts-lint": "^4.5.1",
"ts-loader": "^5.4.5",
"tslint-config-airbnb": "^5.11.2",
"typescript": "^4.0.2",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
Expand Down
Loading

0 comments on commit 9089191

Please sign in to comment.