Client - update ESLint rules
This commit is contained in:
		@@ -34,6 +34,7 @@ module.exports = {
 | 
				
			|||||||
      }
 | 
					      }
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    'import/no-unresolved': ['off', { ignore: ['^@/'] }],
 | 
					    'import/no-unresolved': ['off', { ignore: ['^@/'] }],
 | 
				
			||||||
    'vue/multi-word-component-names': 'off'
 | 
					    'vue/multi-word-component-names': 'off',
 | 
				
			||||||
 | 
					    '@typescript-eslint/no-unused-vars': 'error'
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user