MelvinVermeer / eslint-plugin-no-relative-import-paths

90 stars 22 forks source link

Plugin fails when options are not provided #13

Closed magdalipka closed 2 years ago

magdalipka commented 2 years ago
ESLint: Error while loading rule 'no-relative-import-paths/no-relative-import-paths': Cannot read properties of undefined (reading 'allowSameFolder') Occurred while linting /home/redacted/app.module.ts. Please see the 'ESLint' output channel for details.

I get this error in vscode when i use "no-relative-import-paths/no-relative-import-paths": "warn" in my eslint config. With ["warn", {}] it works properly.