eslint-import-resolver-directory-named
Version:
eslint-plugin-import resolution plugin for files named as their containers with alias support
36 lines (35 loc) • 905 B
JSON
{
"name": "eslint-import-resolver-directory-named",
"version": "1.0.2",
"description": "eslint-plugin-import resolution plugin for files named as their containers with alias support",
"main": "main.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/livathos/eslint-import-resolver-direcotry-named.git"
},
"keywords": [
"directory-named",
"eslint",
"eslint-import-resolver",
"resolver",
"eslint-import"
],
"publishConfig": {
"access": "public"
},
"jest": {
"testURL": "http://localhost/"
},
"author": "Adrian Kazimierski",
"license": "ISC",
"bugs": {
"url": "https://github.com/livathos/eslint-import-resolver-direcotry-named/issues"
},
"homepage": "https://github.com/livathos/eslint-import-resolver-direcotry-named#readme",
"devDependencies": {
"jest": "^26.6.3"
}
}