@avaly/eslint-plugin-import-order

2.0.0 • Public • Published

@avaly/eslint-plugin-import-order

build status

NOTE: This is a fork of the https://github.com/benmosher/eslint-plugin-import plugin which includes only the order rule with Flow types support.

This was not accepted in the upstream project: https://github.com/benmosher/eslint-plugin-import/pull/732

Rules

Style guide:

  • Enforce a convention in module import order (order)

Installation

# inside your project's working tree
yarn add -D @avaly/eslint-plugin-import-order

Usage

In your .eslintrc.js:

module.exports = {
  plugins: ['@avaly/eslint-plugin-import-order'],
  rules: {
    '@avaly/import-order/order': [ERROR],
  }
};

Package Sidebar

Install

npm i @avaly/eslint-plugin-import-order

Weekly Downloads

2

Version

2.0.0

License

MIT

Unpacked Size

48.3 kB

Total Files

7

Last publish

Collaborators

  • avaly