@nectary/eslint-plugin
v1.0.0
Published
ESLint plugin to check and autofix missing/redundant Nectary component imports.
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-devConfig
plugins: [
'@nectary'
],
rules: {
'@nectary/imports': 'error'
}