eslint-config-ecu
Version:
An ecu-compatible ESlint config
28 lines (27 loc) • 674 B
JSON
{
"name": "eslint-config-ecu",
"version": "1.3.0",
"description": "An ecu-compatible ESlint config",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dherault/ecu.git"
},
"keywords": [
"eslint",
"ecu"
],
"author": "David Hérault <dherault@gmail.com> (https://github.com/dherault)",
"license": "MIT",
"bugs": {
"url": "https://github.com/dherault/ecu/issues"
},
"homepage": "https://github.com/dherault/ecu#readme",
"dependencies": {
"eslint": "^8.27.0",
"eslint-config-dherault-typescript": "^1.2.0"
}
}