better-align icon indicating copy to clipboard operation
better-align copied to clipboard

Could you please provide eslint rules that allow using better align without the error messages?

Open ipalfy opened this issue 6 years ago • 2 comments

ipalfy avatar May 28 '18 15:05 ipalfy

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
      }
    }]

mikeerickson avatar Oct 18 '18 19:10 mikeerickson

@WarWithinMe ping ping ping

Do you still support his project?

mikeerickson avatar Dec 15 '18 01:12 mikeerickson