eslint-plugin-vue-scoped-css
Version:
ESLint plugin for Scoped CSS in Vue.js
23 lines (22 loc) • 531 B
TypeScript
import type { RuleContext, RuleListener } from "../types";
declare const _default: {
meta: {
docs: {
description: string;
categories: never[];
default: string;
url: string;
};
fixable: string;
messages: {
expectedGlobal: string;
expectedVGlobal: string;
};
schema: {
enum: string[];
}[];
type: string;
};
create(context: RuleContext): RuleListener;
};
export = _default;