diff --git a/README.md b/README.md index 516dda8..a080609 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -Eslint plugin to replace a relative imports, according to `paths` options in `tsconfig.json` or `jsconfig.json`. +A plugin for ESLint, to force use paths aliases according to `paths` options in `tsconfig.json` or `jsconfig.json`, instead of relative imports. + +Zero config, plug and play design. # Setup diff --git a/package-lock.json b/package-lock.json index 4473465..f3c817e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-plugin-paths", - "version": "1.0.5", + "version": "1.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "eslint-plugin-paths", - "version": "1.0.5", + "version": "1.0.6", "devDependencies": { "@commitlint/cli": "^19.2.1", "@commitlint/config-conventional": "^19.1.0", diff --git a/package.json b/package.json index bb85933..496dc0e 100644 --- a/package.json +++ b/package.json @@ -1,17 +1,17 @@ { "name": "eslint-plugin-paths", "description": "A plugin for ESLint, to force use paths aliases from tsconfig", - "version": "1.0.5", + "version": "1.0.6", "license": "Apache-2.0", "keywords": ["eslint", "eslintplugin"], "author": "Robert Vitonsky (https://vitonsky.net)", - "homepage": "https://github.com/vitonsky/eslint-import-paths#readme", + "homepage": "https://github.com/vitonsky/eslint-plugin-paths#readme", "repository": { "type": "git", - "url": "git+https://github.com/vitonsky/eslint-import-paths.git" + "url": "git+https://github.com/vitonsky/eslint-plugin-paths.git" }, "bugs": { - "url": "https://github.com/vitonsky/eslint-import-paths/issues" + "url": "https://github.com/vitonsky/eslint-plugin-paths/issues" }, "scripts": { "test": "jest",