@tablecheck/eslint-plugin
TypeScript icon, indicating that this package has built-in type declarations

6.2.0 • Public • Published

@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 🔧
forbidden-imports Ensure that certain packages are using specific imports instead of using the default import 🔧
prefer-shortest-import Enforce the consistent use of preferred import paths 🔧 💭

Readme

Keywords

none

Package Sidebar

Install

npm i @tablecheck/eslint-plugin

Weekly Downloads

25

Version

6.2.0

License

MIT

Unpacked Size

50.3 kB

Total Files

15

Last publish

Collaborators

  • johnnyshields
  • tablecheck-simeon
  • tablecheck-ci