eslint-plugin-vue-scoped-css
Version:
ESLint plugin for Scoped CSS in Vue.js
39 lines (38 loc) • 1.01 kB
TypeScript
import type { RuleContext, RuleListener } from "../types";
declare const _default: {
meta: {
docs: {
description: string;
categories: never[];
default: string;
url: string;
};
fixable: null;
messages: {
unused: string;
};
schema: {
type: string;
properties: {
ignoreBEMModifier: {
type: string;
};
captureClassesFromDoc: {
type: string;
items: {
type: string;
}[];
minItems: number;
uniqueItems: boolean;
};
checkUnscoped: {
type: string;
};
};
additionalProperties: boolean;
}[];
type: string;
};
create(context: RuleContext): RuleListener;
};
export = _default;