1.3.2 • Published 2 years ago

eslint-plugin-bonk2 v1.3.2

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

eslint-plugin-bonk2

ESLint rules

Usage

Add this plugin to your ESLint plugins:

plugins: [
  "bonk2"
]

Add your rules to the rules section

rules: {
  "bonk2/no-smart-import-rename": "error",
  "bonk2/no-untyped-apollo-hooks": "error
}

Rules

  • bonk2/no-smart-import-rename: blocks Apollo hooks renaming so you can't cheat
  • bonk2/no-untyped-apollo-hooks: forces Apollo hooks to be typed with result and variables
1.3.2

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.1.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago