mirror of
https://github.com/ZeroDream-CN/SakuraPanel.git
synced 2025-02-14 03:42:54 +08:00
6 lines
90 B
PHP
6 lines
90 B
PHP
|
module.exports = {
|
||
|
"extends": "standard",
|
||
|
"plugins": [
|
||
|
"standard"
|
||
|
]
|
||
|
};
|