1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00

leave my regex along, lint

This commit is contained in:
Bruno Windels
2019-02-05 19:31:14 +00:00
parent 137ff984c7
commit b9b83605b6

View File

@ -91,6 +91,7 @@ module.exports = {
// to JSX.
ignorePattern: '^\\s*<',
ignoreComments: true,
ignoreRegExpLiterals: true,
code: 120,
}],
"valid-jsdoc": ["warn"],