第一次
This commit is contained in:
		@@ -13,10 +13,13 @@
 | 
				
			|||||||
            "warn",
 | 
					            "warn",
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
                "selector": "import",
 | 
					                "selector": "import",
 | 
				
			||||||
                "format": [ "camelCase", "PascalCase" ]
 | 
					                "format": [
 | 
				
			||||||
 | 
					                    "camelCase",
 | 
				
			||||||
 | 
					                    "PascalCase"
 | 
				
			||||||
 | 
					                ]
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        ],
 | 
					        ],
 | 
				
			||||||
        "@typescript-eslint/semi": "warn",
 | 
					        "@typescript-eslint/semi": "off", //关闭分号检查
 | 
				
			||||||
        "curly": "warn",
 | 
					        "curly": "warn",
 | 
				
			||||||
        "eqeqeq": "warn",
 | 
					        "eqeqeq": "warn",
 | 
				
			||||||
        "no-throw-literal": "warn",
 | 
					        "no-throw-literal": "warn",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user