tsdoc
This commit is contained in:
		
							
								
								
									
										5
									
								
								index.js
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								index.js
									
									
									
									
									
								
							| @@ -18,7 +18,8 @@ module.exports = { | ||||
|   ], | ||||
|  | ||||
|   plugins: [ | ||||
|     '@typescript-eslint' | ||||
|     '@typescript-eslint', | ||||
|     'eslint-plugin-tsdoc' | ||||
|   ], | ||||
|  | ||||
|   parserOptions: { | ||||
| @@ -45,6 +46,8 @@ module.exports = { | ||||
|       } | ||||
|     ], | ||||
|     '@typescript-eslint/no-use-before-define': 'off', | ||||
|     'tsdoc/syntax': 'error', | ||||
|     // deactivating commonjs rules | ||||
|     '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