chore: 🔨 eslint文件改为module

This commit is contained in:
Bunny 2024-05-11 23:28:06 +08:00
parent 119d219a8d
commit 15b1e92c92
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
// @see: http://eslint.cn // @see: http://eslint.cn
module.exports = { export default {
root: true, root: true,
env: { env: {
browser: true, browser: true,