27 lines
835 B
JSON
27 lines
835 B
JSON
|
{
|
||
|
"lint_maxScopeDepth": 10,
|
||
|
"lint_syntaxErrors": true,
|
||
|
"lint_syntaxInconsistencies": true,
|
||
|
"lint_deprecated": true,
|
||
|
"lint_whitespaceStyle": true,
|
||
|
"lint_beginnerMistakes": true,
|
||
|
"lint_emptyBlocks": true,
|
||
|
"lint_shadowing": true,
|
||
|
"lint_gotos": false,
|
||
|
"lint_doubleNegations": true,
|
||
|
"lint_duplicateTableKeys": true,
|
||
|
"lint_profanity": false,
|
||
|
"lint_unusedVars": true,
|
||
|
"lint_unusedParameters": false,
|
||
|
"lint_unusedLoopVars": false,
|
||
|
|
||
|
"prettyprint_spaceAfterParens": false,
|
||
|
"prettyprint_spaceAfterBrackets": false,
|
||
|
"prettyprint_spaceAfterBraces": false,
|
||
|
"prettyprint_spaceBeforeComma": false,
|
||
|
"prettyprint_spaceAfterComma": true,
|
||
|
"prettyprint_semicolons": false,
|
||
|
"prettyprint_cStyle": false,
|
||
|
"prettyprint_indentation": " "
|
||
|
}
|