nova-admin/.eslintrc.js
2023-06-21 11:01:45 +08:00

7 lines
127 B
JavaScript

// .eslintrc.js
process.env.ESLINT_TSCONFIG = 'tsconfig.json'
module.exports = {
extends: '@chansee97/eslint-config-vue',
}