You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.
If not move all the last 4 rules into requiresSpacesInFunction with options, at least remove named/anon and move into functionexpression. Otherwise for any function spacing rule change we need to change 20 files (example is with supporting async)
Rule Renames
requireSpacesInsideObjectBrackets
->requireSpacesInsideObjectBraces
requireSpacesInsideObjectBrackets using inconsistent terminology #538disallowSpacesInsideObjectBrackets
->disallowSpacesInsideObjectBraces
requireSpacesInsideObjectBrackets using inconsistent terminology #538disallowMultipleVarDecl
->disallowMultipleVariableDeclaration
Should we rename "var" and "decl" rules to "variable" and "declaration" for consistency? #1549requireMultipleVarDecl
->requireMultipleVariableDeclaration
Should we rename "var" and "decl" rules to "variable" and "declaration" for consistency? #1549requireVarDeclFirst
->requireVariableDeclarationFirst
Should we rename "var" and "decl" rules to "variable" and "declaration" for consistency? #1549requireSpacesInGenerator
->requireSpacesAroundGeneratorStar
requireSpacesInGenerator: fix for named functions #1963Remove deprecated values
disallowMultipleVarDecl
- remove legacy option values:strict
andexceptUndefined
disallowMultipleVarDecl: cleanup #1349requireSpaceAfterLineComment
- remove legacy option valueallowSlash
requireSpaceAfterLineComment: drop allowSlash value #697Rework options to use allExcept
requireCamelCaseOrUpperCaseIdentifiers
- changeignoreProperties
options to useallExcept
ReworkignoreProperties
options #1303requireDollarBeforejQueryAssignment
- changeignoreProperties
options to useallExcept
ReworkignoreProperties
options #1303Newline name consistency #853
newline
ornewLine
orNewLine
,lineBreak
,lineFeed
, etcdisallowKeywordsOnNewLine
disallowNewlineBeforeBlockStatements
disallowObjectKeysOnNewLine
disallowPaddingNewLinesAfterBlocks
disallowPaddingNewLinesAfterUseStrict
disallowPaddingNewLinesBeforeExport
disallowPaddingNewlinesBeforeKeywords
disallowPaddingNewLinesBeforeLineComments
disallowPaddingNewlinesInBlocks
disallowPaddingNewLinesInObjects
requireBlocksOnNewline
requireKeywordsOnNewLine
requireNewlineBeforeBlockStatements
requireObjectKeysOnNewLine
requirePaddingNewLineAfterVariableDeclaration
requirePaddingNewLinesAfterBlocks
requirePaddingNewLinesAfterUseStrict
requirePaddingNewLinesBeforeExport
requirePaddingNewlinesBeforeKeywords
requirePaddingNewLinesBeforeLineComments
requirePaddingNewlinesInBlocks
requirePaddingNewLinesInObjects
validateNewlineAfterArrayElements
disallowCommaBeforeLineBreak
disallowMultipleLineBreaks
disallowOperatorBeforeLineBreak
requireCommaBeforeLineBreak
requireLineBreakAfterVariableAssignment
requireOperatorBeforeLineBreak
validateLineBreaks
requireLineFeedAtFileEnd
Singular vs. Plural
Function Spacing rules
We should combine/deprecated old ones (require/disallow)
spaces around instead of before/after
If not move all the last 4 rules into requiresSpacesInFunction with options, at least remove named/anon and move into functionexpression. Otherwise for any function spacing rule change we need to change 20 files (example is with supporting
async
)Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: