Merge branch 'master' into eslint-plugin-promise

This commit is contained in:
Andrea Marchesini
2017-01-17 09:47:34 +01:00
committed by GitHub
4 changed files with 59 additions and 57 deletions
+2
View File
@@ -28,6 +28,8 @@ module.exports = {
"linebreak-style": ["error", "unix"],
"no-throw-literal": "error",
"no-warning-comments": "warn",
"no-var": "error",
"prefer-const": "error",
"quotes": ["error", "double"],
"radix": "error",
"semi": ["error", "always"]