better-align
better-align copied to clipboard
Could you please provide eslint rules that allow using better align without the error messages?
Did you ever manage to get this working? I have spent well over an hour trying to figure out what ESLint rules control this, without any luck.
My closest is the no-multi-spaces
rule. But, even if turned off, it still "fixes" it
"no-multi-spaces": ["off", {
exceptions: {
"ImportDeclaration": true,
"VariableDeclarator": true,
"Property": true
}
}]
@WarWithinMe ping ping ping
Do you still support his project?