1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-12-07 05:22:15 +03:00

Add google eslint rules as a base

Remove some we don't care about. Set some other ones we do care
about but don't currently adhere to to warn. Set the max warnings
threshold to the current number of warnings, so we don't introduce
more of them. Fix a bunch of legit lint errors and add exceptions
to various places in the test code that does funny things with
'this'.
This commit is contained in:
David Baker
2017-01-12 14:35:58 +00:00
parent 543b9cf0ce
commit e057956ede
34 changed files with 66 additions and 57 deletions

View File

@@ -438,8 +438,6 @@ var _REDACT_KEEP_CONTENT_MAP = {
};
/**
* Fires when an event is decrypted
*