CB-10636 Add JSHint for plugins

This commit is contained in:
daserge
2016-02-25 14:30:21 +03:00
parent afbeab405f
commit 418e904a98
13 changed files with 81 additions and 120 deletions
-1
View File
@@ -1,7 +1,6 @@
{
"disallowMixedSpacesAndTabs": true,
"disallowTrailingWhitespace": true,
"validateLineBreaks": "CRLF",
"validateIndentation": 4,
"requireLineFeedAtFileEnd": true,