@tablecheck/eslint-plugin
v8.0.0
Published
eslint plugin for TableCheck's eslint config
Downloads
96
Keywords
Readme
@tablecheck/eslint-plugins
This repository contains custom eslint plugins that can be used to enforce coding standards and best practices in your JavaScript projects.
These rules were written for code consistency in our Frontend Team at TableCheck.
Learn more about TableCheck and check out our Careers page.
Installation
To install the plugins, run the following command:
npm install --save-dev @tablecheck/eslint-plugin
Rules
🔧 Automatically fixable by the --fix
CLI option.
💭 Requires type information.
| Name | Description | 🔧 | 💭 | | :--------------------------------------------------------------- | :--------------------------------------------------------- | :-- | :-- | | consistent-react-import | Ensure that react is always imported and used consistently | 🔧 | | | prefer-shortest-import | Enforce the consistent use of preferred import paths | 🔧 | 💭 |