Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ DEPRECATED

This project is deprecated and no longer maintained.
Please use https://github.com/orion-ui/orion-linter instead.

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages