feat: Replace eslint => oxlint + oxfmt
This commit is contained in:
17
wp-content/themes/moonshine/.oxlintrc.json
Normal file
17
wp-content/themes/moonshine/.oxlintrc.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"extends": ["recommended"],
|
||||
"plugins": ["vue"],
|
||||
"env": {
|
||||
"browser": true,
|
||||
"node": true
|
||||
},
|
||||
"settings": {
|
||||
"vue": {
|
||||
"version": 3
|
||||
}
|
||||
},
|
||||
"rules": {
|
||||
"vue/max-attributes-per-line": "off",
|
||||
"vue/no-v-html": "off"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user