feat(eslint): Rule "strict"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
		@@ -266,7 +266,7 @@
 | 
				
			|||||||
- [ ] "space-infix-ops"
 | 
					- [ ] "space-infix-ops"
 | 
				
			||||||
- [ ] "space-unary-ops"
 | 
					- [ ] "space-unary-ops"
 | 
				
			||||||
- [ ] "spaced-comment"
 | 
					- [ ] "spaced-comment"
 | 
				
			||||||
- [ ] "strict"
 | 
					- [X] "strict"
 | 
				
			||||||
- [ ] "switch-colon-spacing"
 | 
					- [ ] "switch-colon-spacing"
 | 
				
			||||||
- [ ] "symbol-description"
 | 
					- [ ] "symbol-description"
 | 
				
			||||||
- [ ] "template-curly-spacing"
 | 
					- [ ] "template-curly-spacing"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -541,6 +541,10 @@
 | 
				
			|||||||
      "named": "never"
 | 
					      "named": "never"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  ],
 | 
					  ],
 | 
				
			||||||
 | 
					  "strict": [
 | 
				
			||||||
 | 
					    "error",
 | 
				
			||||||
 | 
					    "safe"
 | 
				
			||||||
 | 
					  ],
 | 
				
			||||||
  "valid-jsdoc": [
 | 
					  "valid-jsdoc": [
 | 
				
			||||||
    "off"
 | 
					    "off"
 | 
				
			||||||
  ],
 | 
					  ],
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user