mirror of
				https://github.com/soybeanjs/soybean-admin.git
				synced 2025-11-04 07:43:42 +08:00 
			
		
		
		
	fix(projects): 修复eslint规则
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
			
		||||
module.exports = {
 | 
			
		||||
  extends: ['@soybeanjs'],
 | 
			
		||||
  extends: ['@soybeanjs/eslint-config-vue'],
 | 
			
		||||
  rules: {
 | 
			
		||||
    'import/no-unresolved': ['error', { ignore: ['uno.css', '~icons/*', 'virtual:svg-icons-register'] }],
 | 
			
		||||
    'import/order': [
 | 
			
		||||
 
 | 
			
		||||
@@ -84,7 +84,7 @@
 | 
			
		||||
    "@iconify/json": "^2.1.87",
 | 
			
		||||
    "@iconify/vue": "^3.2.1",
 | 
			
		||||
    "@milahu/patch-package": "^6.4.14",
 | 
			
		||||
    "@soybeanjs/eslint-config": "0.2.7",
 | 
			
		||||
    "@soybeanjs/eslint-config-vue": "^0.2.8",
 | 
			
		||||
    "@types/bmapgl": "^0.0.5",
 | 
			
		||||
    "@types/crypto-js": "^4.1.1",
 | 
			
		||||
    "@types/node": "^18.6.4",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user