mirror of
				https://github.com/theoludwig/eslint-config-conventions.git
				synced 2025-10-21 07:35:11 +02:00 
			
		
		
		
	fix: relax @typescript-eslint/dot-notation
				
					
				
			This commit is contained in:
		| @@ -84,7 +84,6 @@ | ||||
|     "consistent-this": "error", | ||||
|     "default-param-last": "error", | ||||
|     "default-case-last": "error", | ||||
|     "dot-notation": ["error", { "allowKeywords": true }], | ||||
|     "eqeqeq": ["error", "always", { "null": "ignore" }], | ||||
|     "grouped-accessor-pairs": "error", | ||||
|     "new-cap": [ | ||||
| @@ -203,8 +202,6 @@ | ||||
|         ], | ||||
|         "default-param-last": "off", | ||||
|         "@typescript-eslint/default-param-last": "error", | ||||
|         "dot-notation": "off", | ||||
|         "@typescript-eslint/dot-notation": ["error", { "allowKeywords": true }], | ||||
|         "no-array-constructor": "off", | ||||
|         "@typescript-eslint/no-array-constructor": "error", | ||||
|         "no-implied-eval": "off", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user