Skip to content

⚙️ An ESLint plugin for better consistency across projects

License

Notifications You must be signed in to change notification settings

orion-ui/eslint-plugin-orion

Repository files navigation

eslint-plugin-orion

⚙️ An ESLint plugin for better consistency across projects

This plugin add some global rules and also new rules for async function naming convention.

It is based on the eslint-plugin-async-protect.

Installation

npm i -D @orion.ui/eslint-plugin-orion

Then add it in your eslint config file :

module.exports = {
  ...
  extends: [
    ...
    'plugin:@orion.ui/orion/recommended',
  ],
  ...
};

About

⚙️ An ESLint plugin for better consistency across projects

Resources

License

Stars

Watchers

Forks