mirror of
https://github.com/MCSManager/MCSManager.git
synced 2024-11-27 06:59:54 +08:00
15 lines
244 B
JavaScript
15 lines
244 B
JavaScript
// Copyright (C) 2022 MCSManager <mcsmanager-dev@outlook.com>
|
|
|
|
module.exports = {
|
|
env: {
|
|
browser: true,
|
|
commonjs: true,
|
|
es2021: true
|
|
},
|
|
extends: "eslint:recommended",
|
|
parserOptions: {
|
|
ecmaVersion: 12
|
|
},
|
|
rules: {}
|
|
};
|