0.0.3 • Published 3 years ago
eslint-plugin-monk v0.0.3
Installation
npm install --save-dev eslint-plugin-monkFeatures
Usage
- Add
monkto 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'
}