@radham/eslint-config
Version:
A shareable ESLint config with Stylistic.
54 lines • 1.4 kB
JSON
{
"name": "@radham/eslint-config",
"version": "12.0.0",
"description": "A shareable ESLint config with Stylistic.",
"keywords": [
"eslint",
"shareable",
"config",
"stylistic",
"typescript"
],
"homepage": "https://github.com/jbenner-radham/eslint-config#readme",
"bugs": {
"url": "https://github.com/jbenner-radham/eslint-config/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jbenner-radham/eslint-config.git"
},
"license": "BSD-3-Clause",
"author": "James Benner <hello@jamesbenner.com> (https://www.jamesbenner.com/)",
"type": "module",
"main": "src/index.js",
"files": [
"src",
"CHANGELOG.md"
],
"dependencies": {
"@eslint/compat": "^2.0.0",
"@eslint/js": "^9.39.1",
"@eslint/markdown": "^7.5.1",
"@stylistic/eslint-plugin": "^5.6.1",
"eslint-plugin-no-only-tests": "^3.3.0",
"eslint-plugin-sort": "^4.0.0",
"eslint-plugin-unicorn": "^62.0.0",
"typescript-eslint": "^8.47.0"
},
"devDependencies": {
"@eslint/json": "^0.14.0",
"eslint": "^9.39.1",
"globals": "^16.5.0",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"np": "^10.2.0",
"sort-package-json": "^3.4.0"
},
"peerDependencies": {
"eslint": ">=9.35.0"
},
"scripts": {
"np": "np --no-2fa --no-tests",
"test": "echo \"Error: no test specified\" && exit 1"
}
}