diff options
author | Saivan <savian@me.com> | 2018-02-27 02:08:37 +1100 |
---|---|---|
committer | Saivan <savian@me.com> | 2018-02-27 02:08:37 +1100 |
commit | dc6a25c008da1d84d49ffb4902a31fc5477e578e (patch) | |
tree | b1edf8a35054f0bf16b6a310d4ef09d5f43d1851 /package.json | |
parent | 15637375c5a00b64ae6b493187e5791cfadbc94f (diff) | |
download | svg.js-dc6a25c008da1d84d49ffb4902a31fc5477e578e.tar.gz svg.js-dc6a25c008da1d84d49ffb4902a31fc5477e578e.zip |
Actually added the linter to gulp and fixed most errors
This commit fixes most of the errors raised by standard.
There is still a strange call error, but that will be the
focus of the next commit
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 7853409..b73aaac 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,8 @@ "standard": { "ignore": [ "/dist", - "/src/umd.js" + "/src/umd.js", + "/src/svg.js" ], "globals": [ "SVG" |