SakuraPanel/assets/panel/plugins/raphael/.eslintrc.js
2020-01-18 05:51:45 +08:00

6 lines
90 B
PHP
Executable File

module.exports = {
"extends": "standard",
"plugins": [
"standard"
]
};