File tree Expand file tree Collapse file tree 6 files changed +1492
-481
lines changed Expand file tree Collapse file tree 6 files changed +1492
-481
lines changed Original file line number Diff line number Diff line change
1
+ .idea
2
+ node_modules
3
+ * .js
4
+ * .d.ts
5
+ * .js.map
6
+ ! /types /* .d.ts
Original file line number Diff line number Diff line change
1
+ .idea
2
+ node_modules
3
+ * .js
4
+ * .d.ts
5
+ * .js.map
6
+ ! /types /* .d.ts
Original file line number Diff line number Diff line change 15
15
"repository" : " github:softwareventures/i32" ,
16
16
"license" : " ISC" ,
17
17
"scripts" : {
18
- "fix" : " tsc --noEmit && tslint --fix --project ." ,
19
- "lint" : " tsc --noEmit && tslint --project ." ,
18
+ "fix" : " tsc --noEmit && eslint . --fix && prettier --write ." ,
19
+ "lint" : " tsc --noEmit && eslint . && prettier --check ." ,
20
20
"prepare" : " tsc" ,
21
21
"semantic-release" : " semantic-release" ,
22
22
"test" : " ava"
32
32
"tslib" : " 2.3.1"
33
33
},
34
34
"devDependencies" : {
35
+ "@softwareventures/eslint-config" : " 5.1.0" ,
36
+ "@softwareventures/prettier-config" : " 3.0.0" ,
35
37
"@softwareventures/semantic-release-config" : " 2.0.0" ,
36
38
"@softwareventures/tsconfig" : " 5.1.1" ,
37
- "@softwareventures/tslint-rules" : " 1.0.0" ,
38
39
"ava" : " 4.0.1" ,
39
40
"cz-conventional-changelog" : " 3.3.0" ,
41
+ "eslint" : " 8.8.0" ,
42
+ "prettier" : " 2.5.1" ,
40
43
"semantic-release" : " 17.4.7" ,
41
44
"ts-node" : " 10.4.0" ,
42
- "tslint" : " 6.1.3" ,
43
45
"typescript" : " 4.5.5"
44
46
},
47
+ "eslintConfig" : {
48
+ "root" : true ,
49
+ "extends" : " @softwareventures"
50
+ },
51
+ "prettier" : " @softwareventures/prettier-config" ,
45
52
"config" : {
46
53
"commitizen" : {
47
54
"path" : " ./node_modules/cz-conventional-changelog"
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ." ,
3
+ "compilerOptions" : {
4
+ "noEmit" : true
5
+ },
6
+ "exclude" : []
7
+ }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments