mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-05 19:42:07 +08:00
12 lines
224 B
JavaScript
12 lines
224 B
JavaScript
/* eslint-env node */
|
|
module.exports = {
|
|
root: true,
|
|
extends: [
|
|
'./.eslintrc.js',
|
|
'plugin:vue/vue3-recommended',
|
|
'@vue/eslint-config-typescript',
|
|
'@vue/eslint-config-prettier',
|
|
],
|
|
plugins: ['vue'],
|
|
}
|