closes #1
This commit is contained in:
14
client/eslint.config.mjs
Normal file
14
client/eslint.config.mjs
Normal file
@@ -0,0 +1,14 @@
|
||||
import antfu from '@antfu/eslint-config'
|
||||
|
||||
export default antfu({
|
||||
formatters: {
|
||||
css: true,
|
||||
},
|
||||
overrides: {
|
||||
vue: {
|
||||
'vue/block-order': ['error', {
|
||||
order: ['template', 'script', 'style'],
|
||||
}],
|
||||
},
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user