eslint-plugin-regru

3.0.0 • Public • Published

eslint-plugin-regru

NPM version

REG.RU ESLint custom rules

no-space-in-parens

Add exception for () parens which contains ONLY string expression

More Details

{
    "rules": {
        "no-space-in-parens": [
            "error",
            "always",
            {
                "exceptions": ["(STRING)"]
            }
        ]
    }
}

Readme

Keywords

Package Sidebar

Install

npm i eslint-plugin-regru

Weekly Downloads

2

Version

3.0.0

License

MIT

Unpacked Size

66 kB

Total Files

16

Last publish

Collaborators

  • dskvr91
  • daniilkadm
  • yushkov.vladimir
  • dreamworker
  • podkot
  • destinct