mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 00:50:59 +00:00
17 lines
345 B
Text
17 lines
345 B
Text
{
|
|
"env": {
|
|
"es6": true,
|
|
"node": true,
|
|
"browser": true
|
|
},
|
|
"parserOptions": {
|
|
"ecmaVersion": 6,
|
|
"sourceType": "module"
|
|
},
|
|
"rules": {
|
|
"indent": ["error", 4],
|
|
"semi": "error",
|
|
"no-use-before-define": ["error", "nofunc"]
|
|
},
|
|
"extends": ["eslint:recommended"]
|
|
}
|