Skip to content

Commit f5d437c

Browse files
committed
fix: updated tscommons package and added prettier config
1 parent ac0cf67 commit f5d437c

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,10 @@
99
Provides set of interfaces, utils and tests for concrete implementations of js-items repositories
1010

1111
## Installation
12-
13-
`npm i -D @js-items/foundation`
12+
`npm i --save-dev @js-items/foundation`
1413

1514
This package is heavily inspired by:
16-
1715
- [js-entity-repos](https://github.com/js-entity-repos)
1816

1917
Credits:
20-
2118
- [ryansmith94](https://github.com/ryansmith94)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"rimraf": "2.6.3",
3434
"ts-jest": "24.0.0",
3535
"tslint": "5.13.1",
36-
"tslint-config-prettier": "1.18.0",
36+
"tslint-config-prettier": "^1.18.0",
3737
"typescript": "3.3.3333"
3838
},
3939
"devEngines": {

prettier.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
const baseConfig = require("@kube-js/tscommons/configs/prettier.config.js");
2+
3+
module.exports = {
4+
...baseConfig
5+
};

0 commit comments

Comments
 (0)