Comparing version 0.0.18 to 0.0.19
@@ -66,35 +66,26 @@ { | ||
], | ||
"disallowLeftStickedOperators": [ | ||
"?", | ||
"requireSpaceBeforeBinaryOperators": [ | ||
"=", | ||
",", | ||
"+", | ||
"-", | ||
"/", | ||
"*", | ||
"=", | ||
"==", | ||
"===", | ||
"!=", | ||
"!==", | ||
">", | ||
">=", | ||
"<", | ||
"<=" | ||
"!==" | ||
], | ||
"requireRightStickedOperators": ["!"], | ||
"disallowRightStickedOperators": [ | ||
"?", | ||
"requireSpaceAfterBinaryOperators": [ | ||
"=", | ||
",", | ||
"+", | ||
"-", | ||
"/", | ||
"*", | ||
":", | ||
"=", | ||
"==", | ||
"===", | ||
"!=", | ||
"!==", | ||
">", | ||
">=", | ||
"<", | ||
"<=" | ||
"!==" | ||
], | ||
"requireLeftStickedOperators": [","], | ||
"disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"], | ||
@@ -133,2 +124,3 @@ "disallowSpaceBeforePostfixUnaryOperators": ["++", "--"], | ||
"disallowTrailingWhitespace": true, | ||
"disallowTrailingComma": true, | ||
"disallowKeywordsOnNewLine": ["else"], | ||
@@ -135,0 +127,0 @@ "requireLineFeedAtFileEnd": true, |
@@ -5,3 +5,3 @@ { | ||
"description": "Object model for natural languages", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"keywords": [ | ||
@@ -8,0 +8,0 @@ "natural", |
{ | ||
"name": "textom", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"description": "Object model for natural languages", | ||
@@ -17,3 +17,3 @@ "keywords": [ | ||
"istanbul": "~0.2.11", | ||
"jscs": "^1.4.5", | ||
"jscs": "^1.5.1", | ||
"mocha": "~1.20.1" | ||
@@ -20,0 +20,0 @@ }, |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
135048
3268