@nectary/eslint-plugin
v0.0.1
Published
ESLint plugin to check and autofix missing/redundant Nectary component imports.
Downloads
315
Readme
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'
}