Build: Fix comment typo

Closes gh-3747
This commit is contained in:
Matan Kotler-Berkowitz 2017-08-09 01:08:02 +03:00 committed by Richard Gibson
parent 3cf1d14ccc
commit 70c715822b

2
dist/.eslintrc.json vendored
View File

@ -7,7 +7,7 @@
// That is okay for the built version
"no-multiple-empty-lines": "off",
// Because sizze is not compatible to jquery code style
// Because sizzle is not compatible to jquery code style
"no-nested-ternary": "off",
"no-unused-expressions": "off",
"lines-around-comment": "off",