eslint-config-xaxa
Version:
The ultimate ESLint config - successor to Airbnb Config. Built on Anthony Fu's ESLint config, Airbnb, ESLint Stylistic, Perfectionist, React, TypeScript, Astro, JSDocs, Prettier, Node.js, Unicorns, Promises, and more.
11 lines (10 loc) • 302 B
TypeScript
export * from "./airbnb.ts";
export * from "./nextjs.ts";
export * from "./node.ts";
export * from "./perfectionist.ts";
export * from "./promise.ts";
export * from "./stylistic.ts";
export * from "./tailwindcss.ts";
export * from "./unicorn.ts";
export * from "./unocss.ts";
export * from "./wgw.ts";