fix
This commit is contained in:
		
							
								
								
									
										3
									
								
								index.js
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								index.js
									
									
									
									
									
								
							| @@ -45,6 +45,7 @@ module.exports = { | ||||
|       } | ||||
|     ], | ||||
|     '@typescript-eslint/no-use-before-define': 'off', | ||||
|     'id-match': ['error', '^([a-z][a-z0-9_]*|[A-Z][a-zA-Z]*)$', { onlyDeclarations: true }] | ||||
|     'id-match': ['error', '^([a-z][a-z0-9_]*|[A-Z][a-zA-Z]*)$', { onlyDeclarations: true }], | ||||
|     'no-underscore-dangle': 'off' | ||||
|   } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user