Files
rrweb/.eslintrc.json
Yanzhen Yu 313dee2a26 add eslint
2026-04-01 12:00:00 +08:00

14 lines
231 B
JSON

{
"extends": "google",
"parserOptions": {
"ecmaVersion": 7,
"sourceType": "module"
},
"rules": {
"require-jsdoc": "off",
"arrow-parens": "off",
"object-curly-spacing": "off"
},
"plugins": ["html"]
}