File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 37
37
},
38
38
"homepage" : " https://github.com/abraham/remotedata#readme" ,
39
39
"devDependencies" : {
40
- "pkg-ok" : " ^3.0.0" ,
41
40
"@types/jest" : " ^29.0.0" ,
42
41
"@typescript-eslint/eslint-plugin" : " ^8.0.0" ,
43
42
"@typescript-eslint/parser" : " ^8.0.0" ,
44
43
"eslint" : " ^8.0.0" ,
44
+ "eslint-plugin-deprecation" : " ^3.0.0" ,
45
45
"eslint-plugin-import" : " ^2.0.0" ,
46
46
"eslint-plugin-jest" : " ^28.0.0" ,
47
47
"jest" : " ^29.0.0" ,
48
+ "pkg-ok" : " ^3.0.0" ,
48
49
"prettier" : " 3.3.3" ,
49
50
"ts-jest" : " ^29.0.0" ,
50
51
"typescript" : " ^5.0.0"
80
81
"eslintConfig" : {
81
82
"root" : true ,
82
83
"parser" : " @typescript-eslint/parser" ,
84
+ "parserOptions" : {
85
+ "ecmaVersion" : " latest" ,
86
+ "sourceType" : " module" ,
87
+ "project" : " ./tsconfig.lint.json"
88
+ },
83
89
"plugins" : [
84
90
" @typescript-eslint" ,
85
91
" jest"
90
96
" plugin:@typescript-eslint/recommended" ,
91
97
" plugin:jest/recommended" ,
92
98
" plugin:import/errors" ,
93
- " plugin:import/typescript"
99
+ " plugin:import/typescript" ,
100
+ " plugin:deprecation/recommended"
94
101
]
95
102
},
96
103
"prettier" : {
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ./tsconfig.json" ,
3
+ "include" : [" src" ],
4
+ "exclude" : []
5
+ }
You can’t perform that action at this time.
0 commit comments