env.esq/.eslintrc.js

9 lines
120 B
JavaScript
Raw 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",
"react-app",
2020-06-01 15:42:30 +02:00
],
}
2020-06-24 16:20:30 +02:00