File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 9
9
Provides set of interfaces, utils and tests for concrete implementations of js-items repositories
10
10
11
11
## Installation
12
-
13
- ` npm i -D @js-items/foundation `
12
+ ` npm i --save-dev @js-items/foundation `
14
13
15
14
This package is heavily inspired by:
16
-
17
15
- [ js-entity-repos] ( https://github.com/js-entity-repos )
18
16
19
17
Credits:
20
-
21
18
- [ ryansmith94] ( https://github.com/ryansmith94 )
Original file line number Diff line number Diff line change 33
33
"rimraf" : " 2.6.3" ,
34
34
"ts-jest" : " 24.0.0" ,
35
35
"tslint" : " 5.13.1" ,
36
- "tslint-config-prettier" : " 1.18.0" ,
36
+ "tslint-config-prettier" : " ^ 1.18.0" ,
37
37
"typescript" : " 3.3.3333"
38
38
},
39
39
"devEngines" : {
Original file line number Diff line number Diff line change
1
+ const baseConfig = require ( "@kube-js/tscommons/configs/prettier.config.js" ) ;
2
+
3
+ module . exports = {
4
+ ...baseConfig
5
+ } ;
You can’t perform that action at this time.
0 commit comments