Use the recommended configuration
"extends": ["plugin:enforce-absolute-imports/recommended"]
This rule enforces absolute imports.
...
"enforce-absolute-imports/imports": [<enabled>, { allowShorterRelative: <boolean> }]
...
allowShorterRelative
(default:false
): Allow relative imports that have fewer segments than the absolute import.