Distribution_Service/CC_SDK/Environment/opencv/modules/js/test/.eslintrc.json

13 lines
306 B
JSON
Raw Normal View History

2025-11-11 17:46:19 +08:00
{
"extends": "google",
"parserOptions": {
"ecmaVersion": 6
},
"rules": {
"max-len": ["error", 100, {"ignoreUrls": true}],
"quotes": ["error", "single"],
"indent": ["error", 4, {"ArrayExpression": "first",
"CallExpression": {"arguments": "first"}}]
}
}