Use compiler option instead of linter option
This commit is contained in:
		
							parent
							
								
									04cb606dea
								
							
						
					
					
						commit
						3e64cf1b0f
					
				
					 2 changed files with 2 additions and 1 deletions
				
			
		|  | @ -3,6 +3,8 @@ | ||||||
| 		"noEmitOnError": false, | 		"noEmitOnError": false, | ||||||
| 		"noImplicitAny": false, | 		"noImplicitAny": false, | ||||||
| 		"noImplicitReturns": true, | 		"noImplicitReturns": true, | ||||||
|  | 		"noUnusedParameters": true, | ||||||
|  | 		"noUnusedLocals": true, | ||||||
| 		"noFallthroughCasesInSwitch": true, | 		"noFallthroughCasesInSwitch": true, | ||||||
| 		"experimentalDecorators": true, | 		"experimentalDecorators": true, | ||||||
| 		"declaration": false, | 		"declaration": false, | ||||||
|  |  | ||||||
|  | @ -54,7 +54,6 @@ | ||||||
| 		"no-unsafe-finally": true, | 		"no-unsafe-finally": true, | ||||||
| 		"no-unused-expression": true, | 		"no-unused-expression": true, | ||||||
| 		"no-unused-new": true, | 		"no-unused-new": true, | ||||||
| 		"no-unused-variable": true, |  | ||||||
| 		"no-use-before-declare": true, | 		"no-use-before-declare": true, | ||||||
| 		"no-var-keyword": true, | 		"no-var-keyword": true, | ||||||
| 		"radix": true, | 		"radix": true, | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue