{ "preset": "crockford", "fileExtensions": [".js", "jscs"], "requireParenthesesAroundIIFE": true, "maximumLineLength": 80, "validateLineBreaks": "LF", "validateIndentation": 2, "disallowKeywords": ["with"], "disallowSpacesInsideObjectBrackets": null, "disallowImplicitTypeConversion": ["string"], "safeContextKeyword": "_this", "excludeFiles": [ //"test/data/**", // this file tests that snake cased configs are detected // which violates the camelcase identifier rule // TODO: remove when inline error exclusions exist //"test/rules/camel-case-options.js" ] }