1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-09-03 01:52:40 +02:00

fix eslint errors.

This commit is contained in:
Kushagra Gour
2016-11-15 11:08:54 +05:30
parent ba0f8d02a1
commit 75a57bca03
4 changed files with 21 additions and 19 deletions

View File

@@ -79,7 +79,7 @@
"newline-per-chained-call": "error",
"no-alert": "error",
"no-array-constructor": "error",
"no-bitwise": "error",
"no-bitwise": "off",
"no-caller": "error",
"no-console": "off",
"no-catch-shadow": "error",
@@ -164,7 +164,7 @@
"no-unneeded-ternary": "error",
"no-unsafe-finally": "error",
"no-unused-expressions": "error",
"no-use-before-define": "error",
"no-use-before-define": "off",
"no-useless-call": "error",
"no-useless-computed-key": "error",
"no-useless-concat": "off",
@@ -173,7 +173,7 @@
"no-useless-rename": "error",
"no-var": "off",
"no-void": "error",
"no-warning-comments": "error",
"no-warning-comments": "off",
"no-whitespace-before-property": "error",
"no-with": "error",
"object-curly-spacing": [
@@ -259,6 +259,9 @@
"marked": true,
"jade": true,
"loadJS": true,
"esprima": true,
"escodegen": true,
"utils": true,
"Promise": true
}
}
}