You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
Run eslint --fix
Fixing 1000s of lint issues. Some rules cannot be `--fix`ed but this goes some way to linting the entire codebase.
This commit is contained in:
@ -3,5 +3,5 @@
|
||||
// Our master test file: uses the webpack require API to find our test files
|
||||
// and run them
|
||||
|
||||
var context = require.context('.', true, /-test\.jsx?$/);
|
||||
const context = require.context('.', true, /-test\.jsx?$/);
|
||||
context.keys().forEach(context);
|
||||
|
Reference in New Issue
Block a user