File tree Expand file tree Collapse file tree 10 files changed +799
-1146
lines changed Expand file tree Collapse file tree 10 files changed +799
-1146
lines changed Original file line number Diff line number Diff line change 1
- module . exports = require ( '@1stg/lint-staged' )
1
+ module . exports = require ( '@1stg/lint-staged/tsc ' )
Original file line number Diff line number Diff line change 24
24
"typecov" : " type-coverage"
25
25
},
26
26
"devDependencies" : {
27
- "@1stg/lib-config" : " ^1.2.6 " ,
27
+ "@1stg/lib-config" : " ^1.2.7 " ,
28
28
"@1stg/tslint-config" : " ^1.2.0" ,
29
- "@types/eslint" : " ^7.2.7" ,
30
- "@types/jest" : " ^26.0.21" ,
31
- "@types/node" : " ^14.14.35" ,
29
+ "@types/eslint" : " ^7.2.8" ,
30
+ "@types/eslint-plugin-markdown" : " ^2.0.0" ,
31
+ "@types/jest" : " ^26.0.22" ,
32
+ "@types/node" : " ^14.14.37" ,
32
33
"@types/react" : " ^17.0.3" ,
33
34
"@types/unist" : " ^2.0.3" ,
34
35
"eslint-mdx" : " link:packages/eslint-mdx/src" ,
46
47
"resolutions" : {
47
48
"@babel/core" : " ^7.13.14" ,
48
49
"prettier" : " ^2.2.1" ,
49
- "tslib" : " ^2.1 .0"
50
+ "tslib" : " ^2.2 .0"
50
51
},
51
52
"commitlint" : {
52
53
"extends" : [
Original file line number Diff line number Diff line change 35
35
"dependencies" : {
36
36
"remark-mdx" : " ^1.6.22" ,
37
37
"remark-parse" : " ^8.0.3" ,
38
- "tslib" : " ^2.1 .0" ,
38
+ "tslib" : " ^2.2 .0" ,
39
39
"unified" : " ^9.2.1"
40
40
}
41
41
}
Original file line number Diff line number Diff line change 35
35
"dependencies" : {
36
36
"cosmiconfig" : " ^7.0.0" ,
37
37
"eslint-mdx" : " ^1.12.0" ,
38
+ "eslint-plugin-markdown" : " ^2.0.1" ,
38
39
"remark-mdx" : " ^1.6.22" ,
39
40
"remark-parse" : " ^8.0.3" ,
40
41
"remark-stringify" : " ^8.1.1" ,
41
- "tslib" : " ^2.1 .0" ,
42
+ "tslib" : " ^2.2 .0" ,
42
43
"unified" : " ^9.2.1" ,
43
44
"vfile" : " ^4.2.1"
44
45
}
Original file line number Diff line number Diff line change 1
- import { markdown } from './markdown'
2
- import { remark } from './remark'
1
+ import * as processors from './remark'
2
+
3
+ /**
4
+ * workaround for @link https://github.com/benmosher/eslint-plugin-import/issues/2002
5
+ */
6
+ export { processors }
3
7
4
8
export * from './helpers'
5
9
export * from './options'
6
10
export * from './types'
7
-
8
- export const processors = {
9
- markdown,
10
- remark,
11
- }
You can’t perform that action at this time.
0 commit comments