Add eslint config
An early start that gets some linting in place.
This commit is contained in:
parent
d907421ad4
commit
bc714ba3a0
4 changed files with 15 additions and 1 deletions
3
.eslintrc.js
Normal file
3
.eslintrc.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
module.exports = {
|
||||
extends: ["./node_modules/matrix-react-sdk/.eslintrc.js"],
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue