UNPKG

eslint-import-resolver-jsconfig

Version:
30 lines (29 loc) 784 B
{ "name": "eslint-import-resolver-jsconfig", "version": "1.1.0", "description": "Resolver for eslint-plugin-import to import alias from jsconfig paths", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "eslint-import-resolver", "eslint-import-plugin", "alias", "resolver", "jsconfig", "create-react-app", "cra" ], "author": "idonotknowwhoiam ", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/idonotknowwhoiam/eslint-import-resolver-jsconfig.git" }, "dependencies": { "find-root": "^1.1.0", "glob-parent": "^6.0.1", "resolve": "^1.20.0" } }