File tree Expand file tree Collapse file tree 8 files changed +343
-316
lines changed Expand file tree Collapse file tree 8 files changed +343
-316
lines changed Original file line number Diff line number Diff line change 1
1
// This is a workaround for https://github.com/eslint/eslint/issues/3458
2
- require ( "@microsoft /eslint-config-scalable-ts /patch-eslint6" ) ;
2
+ require ( "@rushstack /eslint-config/patch-eslint6" ) ;
3
3
4
4
module . exports = {
5
- extends : [ "@microsoft /eslint-config-scalable-ts " ] ,
5
+ extends : [ "@rushstack /eslint-config" ] ,
6
6
parserOptions : { tsconfigRootDir : __dirname } ,
7
7
} ;
Original file line number Diff line number Diff line change 10
10
"colors" : " ~1.3.3"
11
11
},
12
12
"devDependencies" : {
13
- "@microsoft /eslint-config-scalable-ts " : " 0.3 .0" ,
13
+ "@rushstack /eslint-config" : " 0.4 .0" ,
14
14
"eslint" : " ^6.0.0" ,
15
15
"rimraf" : " ~2.6.3" ,
16
16
"typescript" : " ~3.5.3"
Original file line number Diff line number Diff line change
1
+ {
2
+ "changes" : [
3
+ {
4
+ "comment" : " " ,
5
+ "packageName" : " @microsoft/tsdoc" ,
6
+ "type" : " none"
7
+ }
8
+ ],
9
+ "packageName" : " @microsoft/tsdoc" ,
10
+ "email" : " 4673363+octogonz@users.noreply.github.com"
11
+ }
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1
1
// This is a workaround for https://github.com/eslint/eslint/issues/3458
2
- require ( "@microsoft /eslint-config-scalable-ts /patch-eslint6" ) ;
2
+ require ( "@rushstack /eslint-config/patch-eslint6" ) ;
3
3
4
4
module . exports = {
5
5
extends : [
6
- "@microsoft /eslint-config-scalable-ts " ,
7
- "@microsoft /eslint-config-scalable-ts /react"
6
+ "@rushstack /eslint-config" ,
7
+ "@rushstack /eslint-config/react"
8
8
] ,
9
9
10
10
settings : {
Original file line number Diff line number Diff line change 11
11
},
12
12
"dependencies" : {
13
13
"@microsoft/tsdoc" : " 0.12.14" ,
14
- "@types/react" : " 16.9.2 " ,
15
- "@types/react-dom" : " 16.9.0 " ,
14
+ "@types/react" : " 16.9.6 " ,
15
+ "@types/react-dom" : " 16.9.2 " ,
16
16
"promise" : " ~8.0.3" ,
17
17
"monaco-editor" : " ~0.17.1" ,
18
18
"tslib" : " ~1.10.0"
19
19
},
20
20
"devDependencies" : {
21
- "@microsoft /eslint-config-scalable-ts " : " 0.3 .0" ,
21
+ "@rushstack /eslint-config" : " 0.4 .0" ,
22
22
"@microsoft/set-webpack-public-path-plugin" : " ~2.1.123" ,
23
23
"@types/webpack-env" : " ~1.14.0" ,
24
24
"clean-webpack-plugin" : " ~3.0.0" ,
Original file line number Diff line number Diff line change 1
1
// This is a workaround for https://github.com/eslint/eslint/issues/3458
2
- require ( "@microsoft /eslint-config-scalable-ts /patch-eslint6" ) ;
2
+ require ( "@rushstack /eslint-config/patch-eslint6" ) ;
3
3
4
4
module . exports = {
5
- extends : [ "@microsoft /eslint-config-scalable-ts " ] ,
5
+ extends : [ "@rushstack /eslint-config" ] ,
6
6
parserOptions : { tsconfigRootDir : __dirname } ,
7
7
} ;
Original file line number Diff line number Diff line change 21
21
"license" : " MIT" ,
22
22
"dependencies" : {},
23
23
"devDependencies" : {
24
- "@microsoft /eslint-config-scalable-ts " : " 0.3 .0" ,
24
+ "@rushstack /eslint-config" : " 0.4 .0" ,
25
25
"@types/jest" : " 24.0.16" ,
26
26
"eslint" : " ^6.0.0" ,
27
27
"jest" : " ~24.8.0" ,
You can’t perform that action at this time.
0 commit comments