Linting
							parent
							
								
									967ac66786
								
							
						
					
					
						commit
						ba33ad2f96
					
				|  | @ -2,7 +2,8 @@ | ||||||
|     "extends": "standard", |     "extends": "standard", | ||||||
|     "plugins": [ |     "plugins": [ | ||||||
|         "standard", |         "standard", | ||||||
|         "promise" |         "promise", | ||||||
|  |         "extra-rules" | ||||||
|     ], |     ], | ||||||
|     "parserOptions": { |     "parserOptions": { | ||||||
|         "ecmaVersion": 2017 |         "ecmaVersion": 2017 | ||||||
|  | @ -26,6 +27,7 @@ | ||||||
|         "space-unary-ops"  : 2, |         "space-unary-ops"  : 2, | ||||||
|         "no-undef": 1, |         "no-undef": 1, | ||||||
|         "no-unused-vars": 1, |         "no-unused-vars": 1, | ||||||
|  |         "extra-rules/no-commented-out-code": "warn", | ||||||
|         "keyword-spacing": [ |         "keyword-spacing": [ | ||||||
|             "error", {  |             "error", {  | ||||||
|                 "before": false, "after": false, "overrides": { |                 "before": false, "after": false, "overrides": { | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue