eslint-plugin-vue-scoped-css
Version:
ESLint plugin for Scoped CSS in Vue.js
29 lines (28 loc) • 699 B
TypeScript
import type { RuleContext, RuleListener } from "../types";
declare const _default: {
meta: {
deprecated: boolean;
docs: {
description: string;
categories: string[];
default: string;
url: string;
suggestion: boolean;
replacedBy: string[];
};
fixable: null;
messages: {
missing: string;
forbidden: string;
add: string;
remove: string;
};
schema: {
enum: string[];
}[];
type: string;
hasSuggestions: boolean;
};
create(context: RuleContext): RuleListener;
};
export = _default;