ci: format generated files and remove prettier completely
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
module.exports = {
|
||||
customSyntax: 'postcss-html',
|
||||
extends: [
|
||||
'stylelint-config-standard',
|
||||
'stylelint-config-recommended-vue'
|
||||
],
|
||||
// add your custom config here
|
||||
// https://stylelint.io/user-guide/configuration
|
||||
rules: {}
|
||||
}
|
||||
Reference in New Issue
Block a user