Skip to content

Commit

Permalink
fix: updated tscommons package and added prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
lemon-mario committed Mar 13, 2019
1 parent ac0cf67 commit f5d437c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,10 @@
Provides set of interfaces, utils and tests for concrete implementations of js-items repositories

## Installation

`npm i -D @js-items/foundation`
`npm i --save-dev @js-items/foundation`

This package is heavily inspired by:

- [js-entity-repos](https://github.com/js-entity-repos)

Credits:

- [ryansmith94](https://github.com/ryansmith94)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"rimraf": "2.6.3",
"ts-jest": "24.0.0",
"tslint": "5.13.1",
"tslint-config-prettier": "1.18.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "3.3.3333"
},
"devEngines": {
Expand Down
5 changes: 5 additions & 0 deletions prettier.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
const baseConfig = require("@kube-js/tscommons/configs/prettier.config.js");

module.exports = {
...baseConfig
};

0 comments on commit f5d437c

Please sign in to comment.