mirror of
				https://github.com/theoludwig/eslint-config-conventions.git
				synced 2025-10-21 07:35:11 +02:00 
			
		
		
		
	docs: import plugin is not used anymore
This commit is contained in:
		| @@ -73,7 +73,7 @@ Dependencies are: | ||||
| ```json | ||||
| { | ||||
|   "extends": ["conventions"], | ||||
|   "plugins": ["import", "promise", "unicorn"] | ||||
|   "plugins": ["promise", "unicorn"] | ||||
| } | ||||
| ``` | ||||
|  | ||||
| @@ -82,7 +82,7 @@ Dependencies are: | ||||
| ```json | ||||
| { | ||||
|   "extends": ["conventions"], | ||||
|   "plugins": ["import", "promise", "unicorn"], | ||||
|   "plugins": ["promise", "unicorn"], | ||||
|   "overrides": [ | ||||
|     { | ||||
|       "files": ["*.ts", "*.tsx"], | ||||
|   | ||||
		Reference in New Issue
	
	Block a user