Correctly specify tsconfig dir name in functions eslintrc
This commit is contained in:
		
							parent
							
								
									ae4b8fad51
								
							
						
					
					
						commit
						8ff3f8336c
					
				| 
						 | 
					@ -11,6 +11,7 @@ module.exports = {
 | 
				
			||||||
      plugins: ['@typescript-eslint'],
 | 
					      plugins: ['@typescript-eslint'],
 | 
				
			||||||
      parser: '@typescript-eslint/parser',
 | 
					      parser: '@typescript-eslint/parser',
 | 
				
			||||||
      parserOptions: {
 | 
					      parserOptions: {
 | 
				
			||||||
 | 
					        tsconfigRootDir: __dirname,
 | 
				
			||||||
        project: ['./tsconfig.json'],
 | 
					        project: ['./tsconfig.json'],
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user