@cowtech/eslint-config
Version:
CowTech ESLint configuration
56 lines (55 loc) • 1.34 kB
JSON
{
"name": "@cowtech/eslint-config",
"version": "11.1.3",
"description": "CowTech ESLint configuration",
"homepage": "https://github.com/cowtech/eslint-config/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/cowtech/eslint-config.git"
},
"keywords": [
"eslint",
"eslintconfig",
"eslint-config",
"cowtech"
],
"bugs": {
"url": "https://github.com/cowtech/eslint-config/issues"
},
"author": "Shogun <shogun@cowtech.it>",
"license": "ISC",
"private": false,
"files": [
"src",
"CHANGELOG.md",
"LICENSE.md",
"README.md"
],
"type": "module",
"main": "./src/index.js",
"exports": "./src/index.js",
"types": "./src/index.d.ts",
"scripts": {
"format": "prettier -w src",
"lint": "eslint --cache",
"test": "exit 0",
"ci": "npm run lint",
"prepublishOnly": "npm run ci",
"postpublish": "git push origin && git push origin -f --tags"
},
"dependencies": {
"eslint-config-love": "^134.0.0",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-react-hooks": "^7.0.1",
"neostandard": "^0.12.2",
"typescript-eslint": "^8.47.0"
},
"devDependencies": {
"eslint": "^9.39.1",
"prettier": "^3.6.2"
},
"engines": {
"node": ">= 22.21.0"
}
}