env.esq/.eslintrc.js

8 lines
99 B
JavaScript
Raw Permalink Normal View History

2020-06-01 15:42:30 +02:00
module.exports = {
2020-06-24 16:20:30 +02:00
"extends": [
"matrix-org/ts",
"matrix-org/react",
2020-06-01 15:42:30 +02:00
],
}
2020-06-24 16:20:30 +02:00