UNPKG

@tomjs/create-app

Version:

Create a node/web/electron/vscode project based on tomjs

8 lines (6 loc) 179 B
import { IGNORE_FILES } from '@tomjs/stylelint'; /** @type {import('stylelint').Config} */ export default { extends: ['@tomjs/stylelint'], ignoreFiles: [...IGNORE_FILES], };