UNPKG

@twotwoba/vv-cli

Version:

CLI tool for creating Vue3 or React19 template projects by vite

19 lines (18 loc) 515 B
module.exports = { ignoreFiles: ['node_modules/**', 'dist/**'], extends: ['stylelint-config-standard', 'stylelint-config-standard-scss', 'stylelint-config-recess-order'], overrides: [ { files: ['**/*.(scss|css|html|tsx)'], customSyntax: 'postcss-scss' }, { files: ['**/*.(html|tsx)'], customSyntax: 'postcss-html' } ], rules: { 'value-keyword-case': null, 'no-descending-specificity': null, } }