eslint-config-chain-able
Version:
an opinionated ESLint configuration
32 lines (31 loc) • 780 B
JSON
{
"name": "eslint-module-utils",
"version": "2.1.1",
"description": "Core utilities to support eslint-plugin-import and other module-related plugins.",
"engines": {
"node": ">=4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/benmosher/eslint-plugin-import.git"
},
"keywords": [
"eslint-plugin-import",
"eslint",
"modules",
"esmodules"
],
"author": "Ben Mosher <me@benmosher.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/benmosher/eslint-plugin-import/issues"
},
"homepage": "https://github.com/benmosher/eslint-plugin-import#readme",
"dependencies": {
"debug": "^2.6.8",
"pkg-dir": "^1.0.0"
}
}