0.0.1 • Published 8 months ago

@nectary/eslint-plugin v0.0.1

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

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

Install

npm add @nectary/eslint-plugin --save-dev
yarn add @nectary/eslint-plugin --dev
pnpm add @nectary/eslint-plugin --save-dev

Config

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

8 months ago