diff --git a/.eslintrc.json b/.eslintrc.json index 955cabc..158c7b1 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -12,8 +12,6 @@ "OO": false }, "rules": { - "dot-notation": 0, - "wrap-iife": 0, - "spaced-comment": ["error", "always", { "exceptions": ["*", "!"] }] + "dot-notation": [ "error", { "allowKeywords": true } ] } } diff --git a/modules/ve-math/tools/makeSvgsAndCss.js b/modules/ve-math/tools/makeSvgsAndCss.js index e9b31ce..4397743 100755 --- a/modules/ve-math/tools/makeSvgsAndCss.js +++ b/modules/ve-math/tools/makeSvgsAndCss.js @@ -209,4 +209,4 @@ count = 0; runNext(); -} )(); +}() );