1.2.1 • Published 1 year ago

@logicalhq/eslint-plugin v1.2.1

Weekly downloads
-
License
BSD-2-Clause
Repository
github
Last release
1 year ago

Table of Contents

Getting Started

Make sure you have those peer dependencies installed first:

yarn add -D eslint typescript @typescript-eslint/parser @typescript-eslint/eslint-plugin

Then install the plugin:

yarn add -D @logicalhq/eslint-plugin

Don't forget to also update your .eslintrc configuration file:

{
  "plugin": ["@logicalhq"]
}

Rules

🔧 = Fixable

Name Description🔧
@logicalhq/importsStandardize the imports order across the codebase.🔧

Contribution

Please make sure to read the Contributing Guide before making a pull request.

License

This project is licensed under BSD 2-Clause.

1.2.1

1 year ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.0.0

2 years ago