1.1.0 • Published 2 years ago

@arnaud-barre/eslint-plugin-custom v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

eslint-plugin-custom npm

Custom rules for @arnaud-barre/eslint-config:

  • jsx-no-lonely-template-string: Enforce {`Hello ${name}`} -> Hello {name} in JSX
  • jsx-no-number-truthiness: Disallow list.length && ... in JSX
  • no-useless-template-string: Enforce `Hello` -> "Hello"
  • one-line-if: Enforce if (condition) ... on one line when possible
1.1.0

2 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago