chore: refactor a lot, add codegen and upgrade vue
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
module.exports = {
|
||||
customSyntax: 'postcss-html',
|
||||
extends: [
|
||||
'stylelint-config-standard',
|
||||
'stylelint-config-recommended-vue',
|
||||
'stylelint-config-prettier',
|
||||
],
|
||||
// add your custom config here
|
||||
// https://stylelint.io/user-guide/configuration
|
||||
rules: {},
|
||||
}
|
||||
Reference in New Issue
Block a user