File tree Expand file tree Collapse file tree 4 files changed +4
-15
lines changed Expand file tree Collapse file tree 4 files changed +4
-15
lines changed Original file line number Diff line number Diff line change @@ -154,17 +154,9 @@ export default [
154154
155155            "node/no-extraneous-import" : [ "error" ] , 
156156
157-             "node/file-extension-in-import" : [ 
158-                 "error" , 
159-                 "always" , 
160-                 { 
161-                     ".js" : "never" , 
162-                     ".ts" : "never" , 
163-                     ".tsx" : "never" , 
164-                 } , 
165-             ] , 
157+             "node/file-extension-in-import" : [ "off" ] , 
166158
167-             "node/no-missing-import" : [ "error " ] , 
159+             "node/no-missing-import" : [ "off " ] , 
168160            "node/no-unpublished-import" : [ "error" ] , 
169161            "node/exports-style" : [ "error" ,  "module.exports" ] , 
170162            "node/no-callback-literal" : [ "off" ] , 
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import type {
66    VElement , 
77    VGenericExpression , 
88}  from  "../ast/index" 
9- // eslint-disable-next-line node/no-extraneous-import -- ignore 
109import  type  {  TSESTree  }  from  "@typescript-eslint/utils" 
1110import  type  { 
1211    Reference , 
Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ import { DEFAULT_ECMA_VERSION } from "../script-setup/parser-options"
5454import  type  {  LinesAndColumns  }  from  "../common/lines-and-columns" 
5555import  type  {  ParserObject  }  from  "../common/parser-object" 
5656import  {  isEnhancedParserObject ,  isParserObject  }  from  "../common/parser-object" 
57- // eslint-disable-next-line node/no-extraneous-import -- ignore 
5857import  type  {  TSESTree  }  from  "@typescript-eslint/utils" 
5958import  type  {  GenericProcessInfo  }  from  "./generic" 
6059import  {  extractGeneric  }  from  "./generic" 
Original file line number Diff line number Diff line change 44 * See LICENSE file in root directory for full license. 
55 */ 
66
7- import  type  {  Node  }  from  "../../src/ast" 
8- // eslint-disable-next-line @mysticatea/node/no-missing-import 
9- import  type  {  VisitorKeys  }  from  "../eslint-visitor-keys" 
7+ import  type  {  Node  }  from  "../../src/ast/index" 
8+ import  type  {  VisitorKeys  }  from  "eslint-visitor-keys" 
109
1110export  type  Selector  = 
1211    |  AdjacentSelector 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments