Files
rrweb/tsconfig.eslint.json
Justin Halsall 1355917e1b Chore: Add issue/pr template and general housekeeping tools and docs (#900)
* Add linting

* Add issue templates and docs

* Add root eslint config and remove tslint

* Autofix lint issues
2022-05-22 09:59:42 +08:00

5 lines
66 B
JSON

{
"extends": "./tsconfig.json",
"include": [".eslintrc.js"]
}