{"library":"eslint-plugin-no-relative-import-paths","type":"library","category":null,"description":"ESLint plugin that enforces absolute import paths, preventing the need to update imports when moving files between folders. Version 1.6.1 supports both legacy ESLint config (.eslintrc) and flat config (eslint.config.js), includes TypeScript types, and offers auto-fix via --fix. Options include allowSameFolder, rootDir, prefix, and allowedDepth for flexible configuration. Unlike similar rules (e.g., import/no-relative-parent-imports), this plugin focuses solely on prohibiting relative imports with fix support.","language":"javascript","status":"active","version":"1.6.1","tags":["javascript","typescript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install eslint-plugin-no-relative-import-paths","imports":["import noRelativeImportPaths from 'eslint-plugin-no-relative-import-paths'","rules: { 'no-relative-import-paths/no-relative-import-paths': 'warn' }","import plugin from 'eslint-plugin-no-relative-import-paths'; export default [{ plugins: { 'no-relative-import-paths': plugin }, rules: { 'no-relative-import-paths/no-relative-import-paths': 'error' } }]"]},{"cmd":"yarn add eslint-plugin-no-relative-import-paths","imports":[]},{"cmd":"pnpm add eslint-plugin-no-relative-import-paths","imports":[]}],"homepage":null,"github":"https://github.com/MelvinVermeer/eslint-plugin-no-relative-import-paths","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/eslint-plugin-no-relative-import-paths","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/eslint-plugin-no-relative-import-paths/compatibility"}}