Skip to content

Commit

Permalink
Merge pull request #21 from vitonsky/20-update-docs
Browse files Browse the repository at this point in the history
Update docs
  • Loading branch information
vitonsky authored Apr 3, 2024
2 parents 28d3726 + a4f6dea commit d5a3078
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (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",
Expand Down

0 comments on commit d5a3078

Please sign in to comment.