matrix.to/.eslintrc.js

8 lines
99 B
JavaScript
Raw Normal View History

2020-06-01 09:42:30 -04:00
module.exports = {
2020-06-24 10:20:30 -04:00
"extends": [
"matrix-org/ts",
"matrix-org/react",
2020-06-01 09:42:30 -04:00
],
}
2020-06-24 10:20:30 -04:00