mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-02 19:28:14 +08:00
f868d9afa3
* feat: add full bundle locale * refactor: build
9 lines
190 B
JavaScript
9 lines
190 B
JavaScript
/* eslint-disable @typescript-eslint/no-var-requires */
|
|
const { defineConfig } = require('eslint-define-config')
|
|
|
|
module.exports = defineConfig({
|
|
rules: {
|
|
'no-console': 'off',
|
|
},
|
|
})
|