mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-04-06 03:57:54 +08:00
7 lines
127 B
JavaScript
7 lines
127 B
JavaScript
// .eslintrc.js
|
|
process.env.ESLINT_TSCONFIG = 'tsconfig.json'
|
|
|
|
module.exports = {
|
|
extends: '@chansee97/eslint-config-vue',
|
|
}
|