mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-01-30 15:19:32 +08:00
13 lines
181 B
JavaScript
13 lines
181 B
JavaScript
module.exports = {
|
|
env: {
|
|
browser: true,
|
|
commonjs: true,
|
|
es2021: true
|
|
},
|
|
extends: "eslint:recommended",
|
|
parserOptions: {
|
|
ecmaVersion: 12
|
|
},
|
|
rules: {}
|
|
};
|