summaryrefslogtreecommitdiffstats
path: root/.eslintrc.yaml
diff options
context:
space:
mode:
authorSaivan <savian@me.com>2018-11-26 00:17:41 +1300
committerSaivan <savian@me.com>2018-11-26 00:17:41 +1300
commit617aa12304541cf1d80b2bf5567ac633958c38de (patch)
treec1082b4573625f93d18e82e6d5a0c4a40782993f /.eslintrc.yaml
parent599fda2f11c88b2c18d0cd0b57d4adeca20db2eb (diff)
downloadsvg.js-617aa12304541cf1d80b2bf5567ac633958c38de.tar.gz
svg.js-617aa12304541cf1d80b2bf5567ac633958c38de.zip
Reverted some of the lint rules after chatting with fuzzy
This commit reverts some of the rules we added on the linter, it changed a lot of code again... but these won't happen too often. Changes ======= - Modified the linter again
Diffstat (limited to '.eslintrc.yaml')
-rw-r--r--.eslintrc.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.eslintrc.yaml b/.eslintrc.yaml
index 6243075..c2212c7 100644
--- a/.eslintrc.yaml
+++ b/.eslintrc.yaml
@@ -7,4 +7,3 @@ rules:
flatTernaryExpressions: true
}]
padded-blocks: off
- space-in-parens: [ error, always ]