@hmlr/eslint-config
Version:
Shareable ESLint config
66 lines (65 loc) • 1.55 kB
JSON
{
"name": "@hmlr/eslint-config",
"version": "1.2.0-rc.2",
"description": "Shareable ESLint config",
"main": "index.js",
"files": [
".eslintrc.js",
"index.js",
"node.js",
"react.js"
],
"scripts": {
"test": "npm run test:conflicts",
"test:conflicts": "npx eslint-config-prettier index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LandRegistry/eslint-config.git"
},
"keywords": [
"eslint",
"config",
"eslintconfig",
"javascript",
"styleguide",
"hmlr",
"landregistry"
],
"author": {
"name": "Andrew Hosgood",
"email": "andrew.hosgood@landregistry.gov.uk",
"url": "https://andrewhosgood.dev"
},
"contributors": [
{
"name": "Matt Shaw",
"email": "matthew.shaw@landregistry.gov.uk",
"url": "https://matthew-shaw.github.io/"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/LandRegistry/eslint-config/issues"
},
"homepage": "https://github.com/LandRegistry/eslint-config#readme",
"engines": {
"node": "22.x",
"npm": "10.x"
},
"peerDependencies": {
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx": "^0.1.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.1.0"
},
"devDependencies": {
"@eslint/compat": "^1.2.4",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.16.0",
"globals": "^15.13.0"
}
}