summaryrefslogtreecommitdiff
path: root/.eslintrc.js
diff options
context:
space:
mode:
authoradamhrv <adam@ahprojects.com>2019-01-28 18:11:52 +0100
committeradamhrv <adam@ahprojects.com>2019-01-28 18:11:52 +0100
commitf8b279b2f0be793c5f877cac6373332954c6a5de (patch)
tree60be7caeb0e8c96c59718300c68d5b1cdecde6f4 /.eslintrc.js
parentdd2c36288aa1e8af14588f9258f6785879b8638c (diff)
parentb0eb2d9672044a1b64a2a1f21540f9ef1bd7b571 (diff)
Merge branch 'master' of github.com:adamhrv/megapixels_dev
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index 1d5aed90..dcf8aa76 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -23,6 +23,7 @@ module.exports = {
"semi": ["error", "never"],
"prefer-const": "off",
"no-plusplus": "off",
+ "no-bitwise": "off",
"no-param-reassign": 0,
"no-return-assign": 0,
"global-require": 0,
@@ -31,6 +32,7 @@ module.exports = {
"no-nested-ternary": 0,
"no-mixed-operators": 0,
"no-confusing-arrow": 0,
+ "no-use-before-define": ["error", "nofunc"],
"prefer-arrow-callback": 0,
"prefer-arrow-callback": 0,
"func-names": 0,
@@ -38,6 +40,7 @@ module.exports = {
"class-methods-use-this": 0,
"quotes": "off",
"no-console": "off",
+ "operator-linebreak": "off",
},
"env": {
"browser": true,