Files
rrweb/.eslintrc.json
2026-04-01 12:00:00 +08:00

15 lines
252 B
JSON

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