1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-26 17:03:12 +03:00

Merge compile target into build

This commit is contained in:
David Baker
2017-01-11 19:02:25 +00:00
parent 9b5cb3a631
commit 0dfd60ad5e
2 changed files with 3 additions and 2 deletions

View File

@@ -11,5 +11,7 @@ module.exports = {
ignoreComments: true,
}],
curly: ["error", "multi-line"],
"require-jsdoc": ["warn"],
"valid-jsdoc": ["warn"],
}
}