eslint-config-imperative
Version:
JavaScript Imperative Style - ESLint Shareable Config
29 lines (28 loc) • 730 B
JSON
{
"name": "eslint-config-imperative",
"description": "JavaScript Imperative Style - ESLint Shareable Config",
"version": "3.0.0",
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/guidesmiths/eslint-config-imperative.git"
},
"bugs": {
"url": "https://github.com/guidesmiths/eslint-config-imperative/issues"
},
"homepage": "https://github.com/guidesmiths/eslint-config-imperative",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"eslint",
"imperative",
"objective"
],
"author": "GuideSmiths Ltd",
"peerDependencies": {
"eslint": "^6.1.0",
"eslint-plugin-imperative": "^3.0.0"
}
}