feat(eslint): Rule "no-var"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
		@@ -216,7 +216,7 @@
 | 
			
		||||
- [ ] "no-useless-escape"
 | 
			
		||||
- [ ] "no-useless-rename"
 | 
			
		||||
- [ ] "no-useless-return"
 | 
			
		||||
- [ ] "no-var"
 | 
			
		||||
- [X] "no-var"
 | 
			
		||||
- [ ] "no-void"
 | 
			
		||||
- [ ] "no-warning-comments"
 | 
			
		||||
- [ ] "no-whitespace-before-property"
 | 
			
		||||
 
 | 
			
		||||
@@ -362,6 +362,9 @@
 | 
			
		||||
      "vars": "all"
 | 
			
		||||
    }
 | 
			
		||||
  ],
 | 
			
		||||
  "no-var": [
 | 
			
		||||
    "error"
 | 
			
		||||
  ],
 | 
			
		||||
  "object-curly-newline": [
 | 
			
		||||
    "error",
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user