Skip to content
Snippets Groups Projects
.jscsrc 291 B
Newer Older
  • Learn to ignore specific revisions
  • Todd Dembrey's avatar
    Todd Dembrey committed
    {
        "validateIndentation": 4,
    
        "requireSpaceBeforeKeywords": ["else", "while", "catch"],
    
    Todd Dembrey's avatar
    Todd Dembrey committed
        "disallowMultipleVarDecl": {
            "allExcept": ["undefined"]
        },
        "fileExtensions": [".js"],
    
    Todd Dembrey's avatar
    Todd Dembrey committed
        "requireCamelCaseOrUpperCaseIdentifiers": "ignoreProperties"