Compare commits

..

No commits in common. "f684f52d8fbe0114038bd745d169bccde6ab34ac" and "1f460ccc3884e05e4fed391223d1daa30244ca82" have entirely different histories.

2 changed files with 1 additions and 33 deletions

View File

@ -117,13 +117,7 @@ const style = {
],
'@stylistic/no-extra-parens': [
'error',
'all',
{
'nestedBinaryExpressions': false,
'ternaryOperandBinaryExpressions': false,
'ignoreJSX': 'multi-line',
'nestedConditionalExpressions': false
}
'all'
],
'@stylistic/no-extra-semi': 'error',
'@stylistic/no-floating-decimal': 'error',

View File

@ -29,29 +29,3 @@ indentRules:
formula: " "
conjugation: " "
forms: " "
specialBeginEnd:
If:
begin: '\\If'
middle:
- '\\ElsIf'
- '\\Else'
end: '\\EndIf'
lookForThis: 1
For:
begin: '\\For'
end: '\\EndFor'
lookForThis: 1
Procedure:
begin: '\\Procedure'
end: '\\EndProcedure'
lookForThis: 1
Function:
begin: '\\Function'
end: '\\EndFunction'
lookForThis: 1
While:
begin: '\\While'
end: '\\EndWhile'
lookForThis: 1
specialBeforeCommand: 1