@development-environment/linting
Version:
Automatically catches many issues as they happen
35 lines (34 loc) • 1.04 kB
JSON
{
"name": "@development-environment/linting",
"version": "0.0.3",
"description": "Automatically catches many issues as they happen",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "https://github.com/andrewmiller1/dev-env/tree/master/packages/dev-env-linting",
"keywords": [
"development-environment/linting",
"development-environment linting",
"development-environment",
"dev-env/linting",
"dev-env linting",
"dev-env",
"development environment",
"dev env",
"linting"
],
"author": "definitelynotandrewmiller1 <andrew+npm@andrewmiller.business>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/andrewmiller1/dev-env/issues"
},
"homepage": "https://github.com/andrewmiller1/dev-env/tree/master/packages/dev-env-linting#readme",
"dependencies": {
"eslint": "^5.4.0",
"file-name-linter": "git+https://gitlab.com/winniehell/file-name-linter.git"
},
"bundleDependencies": [
"eslint",
"file-name-linter"
]
}