Skip to content

twenti-app/eslint-plugin-monk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-plugin-monk

Monk ESLint plugin

A simple way of sorting your imports and exports

Installation

npm install --save-dev eslint-plugin-monk

Features

Usage

  • Add monk to plugins in your .eslintrc file:
  plugins: ['react', '@typescript-eslint', 'monk'],
  • Then add the rules for sorting imports and exports:
 rules: {
    'monk/imports': 'error',
    'monk/exports': 'error'
  }

eslint-plugin-monk

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published