import type { Config } from 'stylelint'; /** * Personal Stylelint preferences layered on `stylelint-config-standard`. * Point `stylelint.config.js` at it with * `export { default } from '@coryrylan/tools/stylelint';`, or add * `rules`/`overrides` on the default export for project overrides. */ declare const config: Config; export default config;