feat(eslint-config): extends typescript-eslint recommended (#6076)
This commit is contained in:
@@ -5,6 +5,7 @@ export { addUnit } from './format/unit';
|
||||
|
||||
export const isServer: boolean = Vue.prototype.$isServer;
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-empty-function
|
||||
export function noop() {}
|
||||
|
||||
export function isDef(val: any): boolean {
|
||||
|
||||
Reference in New Issue
Block a user