UNPKG

@atomicsmash/coding-standards

Version:

A collection of coding standards configurations.

5 lines (4 loc) 212 B
import { default as classic } from "./classic.mjs"; import { default as themeJson } from "./theme-json.mjs"; import { default as tailwind } from "./tailwind.mjs"; export default { classic, themeJson, tailwind };