eslint-formatter-codeclimate
Version:
Format ESLint results as a Code Climate report
47 lines (46 loc) • 1.25 kB
JSON
{
"name": "eslint-formatter-codeclimate",
"version": "2.0.0",
"description": "Format ESLint results as a Code Climate report",
"keywords": [
"codeclimate",
"eslint",
"eslint-formatter",
"eslintformatter"
],
"homepage": "https://github.com/remcohaszing/eslint-formatter-codeclimate#readme",
"bugs": "https://github.com/remcohaszing/eslint-formatter-codeclimate/issues",
"repository": "remcohaszing/eslint-formatter-codeclimate",
"funding": "https://github.com/sponsors/remcohaszing",
"license": "MIT",
"author": "Remco Haszing <remcohaszing@gmail.com>",
"sideEffects": false,
"type": "module",
"exports": {
"types": "./types/eslint-formatter-codeclimate.d.ts",
"default": "./lib/eslint-formatter-codeclimate.js"
},
"files": [
"lib",
"types"
],
"scripts": {
"prepack": "tsc --build",
"test": "c8 node --test"
},
"dependencies": {
"codeclimate-types": "^0.3.0"
},
"peerDependencies": {
"eslint": "^9.0.0"
},
"devDependencies": {
"@remcohaszing/eslint": "^12.0.0",
"c8": "^10.0.0",
"prettier": "^3.0.0",
"remark-cli": "^12.0.0",
"remark-preset-remcohaszing": "^3.0.0",
"snapshot-fixtures": "^1.0.0",
"typescript": "^5.0.0"
}
}