Skip to content

NotMixu/eslint-plugin-enforce-absolute-imports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-plugin-enforce-absolute-imports

Getting Started

Use the recommended configuration

  "extends": ["plugin:enforce-absolute-imports/recommended"]

Rules

enforce-absolute-imports/imports

This rule enforces absolute imports.

...
"enforce-absolute-imports/imports": [<enabled>, { allowShorterRelative: <boolean> }]
...

Options

  • allowShorterRelative (default: false): Allow relative imports that have fewer segments than the absolute import.