UNPKG

@atomicsmash/coding-standards

Version:

A collection of coding standards configurations.

6 lines 353 B
import { default as cspellConfig } from "./cspell/index.js"; import * as eslintConfigs from "./eslint/index.js"; import { default as prettierConfig } from "./prettier/index.js"; import { default as stylelintConfig } from "./stylelint/index.js"; export { cspellConfig, eslintConfigs, prettierConfig, stylelintConfig }; //# sourceMappingURL=index.d.ts.map