mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
7 lines
151 B
JavaScript
7 lines
151 B
JavaScript
const { defineConfig } = require('eslint-define-config')
|
|
|
|
module.exports = defineConfig({
|
|
root: true,
|
|
extends: ['@element-plus/eslint-config'],
|
|
})
|