chore: 🔨 eslint文件改为module
This commit is contained in:
parent
119d219a8d
commit
15b1e92c92
|
@ -1,6 +1,6 @@
|
|||
// @see: http://eslint.cn
|
||||
|
||||
module.exports = {
|
||||
export default {
|
||||
root: true,
|
||||
env: {
|
||||
browser: true,
|
||||
|
|
Loading…
Reference in New Issue