File tree Expand file tree Collapse file tree 2 files changed +0
-21
lines changed Expand file tree Collapse file tree 2 files changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -1597,7 +1597,6 @@ export namespace Linter {
15971597 globalReturn ?: boolean | undefined ;
15981598 impliedStrict ?: boolean | undefined ;
15991599 jsx ?: boolean | undefined ;
1600- experimentalObjectRestSpread ?: boolean | undefined ;
16011600 [ key : string ] : any ;
16021601 }
16031602 | undefined ;
Original file line number Diff line number Diff line change @@ -929,16 +929,6 @@ linter.verify(
929929 { parserOptions : { ecmaVersion : 6 , ecmaFeatures : { globalReturn : true } } } ,
930930 "test.js" ,
931931) ;
932- linter . verify (
933- SOURCE ,
934- {
935- parserOptions : {
936- ecmaVersion : 6 ,
937- ecmaFeatures : { experimentalObjectRestSpread : true } ,
938- } ,
939- } ,
940- "test.js" ,
941- ) ;
942932linter . verify (
943933 SOURCE ,
944934 {
@@ -1358,16 +1348,6 @@ linterWithEslintrcConfig.verify(
13581348 { parserOptions : { ecmaVersion : 6 , ecmaFeatures : { globalReturn : true } } } ,
13591349 "test.js" ,
13601350) ;
1361- linterWithEslintrcConfig . verify (
1362- SOURCE ,
1363- {
1364- parserOptions : {
1365- ecmaVersion : 6 ,
1366- ecmaFeatures : { experimentalObjectRestSpread : true } ,
1367- } ,
1368- } ,
1369- "test.js" ,
1370- ) ;
13711351linterWithEslintrcConfig . verify (
13721352 SOURCE ,
13731353 {
You can’t perform that action at this time.
0 commit comments