├── .github └── workflows │ └── npm-publish.yml ├── README.md ├── index.d.ts ├── index.js └── package.json /.github/workflows/npm-publish.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MelvinVermeer/eslint-plugin-no-relative-import-paths/HEAD/.github/workflows/npm-publish.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MelvinVermeer/eslint-plugin-no-relative-import-paths/HEAD/README.md -------------------------------------------------------------------------------- /index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MelvinVermeer/eslint-plugin-no-relative-import-paths/HEAD/index.d.ts -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MelvinVermeer/eslint-plugin-no-relative-import-paths/HEAD/index.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MelvinVermeer/eslint-plugin-no-relative-import-paths/HEAD/package.json --------------------------------------------------------------------------------