0.0.1 • Published 11 months ago

@sinch-engage/eslint-plugin-nectary v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
11 months ago

ESLint plugin to check and autofix missing/redundant Nectary component imports.

Install

npm add @sinch-engage/eslint-plugin-nectary

Config

plugins: [
  '@sinch-engage/nectary'
],
rules: {
  '@sinch-engage/nectary/imports': 'error'
}
0.0.1

11 months ago