14 lines
461 B
Plaintext
14 lines
461 B
Plaintext
declare const _default: {
|
|
extends: string[];
|
|
rules: {
|
|
"astro/no-conflict-set-directives": string;
|
|
"astro/no-deprecated-astro-canonicalurl": string;
|
|
"astro/no-deprecated-astro-fetchcontent": string;
|
|
"astro/no-deprecated-astro-resolve": string;
|
|
"astro/no-deprecated-getentrybyslug": string;
|
|
"astro/no-unused-define-vars-in-style": string;
|
|
"astro/valid-compile": string;
|
|
};
|
|
};
|
|
export = _default;
|