@sparkbox/eslint-config-sparkbox
Version:
A set of eslint customizations that we use at Sparkbox.
43 lines • 1.16 kB
JSON
{
"name": "@sparkbox/eslint-config-sparkbox",
"version": "3.0.0",
"description": "A set of eslint customizations that we use at Sparkbox.",
"main": "index.js",
"scripts": {
"test": "mocha test.js",
"tag": "git push --follow-tags origin head",
"release": "standard-version"
},
"keywords": [
"eslint",
"sparkbox",
"config"
],
"repository": {
"type": "git",
"url": "git+https://github.com/sparkbox/eslint-config-sparkbox.git"
},
"author": "Sparkbox <developman@heysparkbox.com> (https://seesparkbox.com)",
"homepage": "https://github.com/sparkbox/eslint-config-sparkbox",
"bugs": {
"url": "https://github.com/sparkbox/eslint-config-sparkbox/issues"
},
"license": "MIT",
"devDependencies": {
"@babel/eslint-parser": "^7.24.1",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"mocha": "^7.1.2",
"react": "^16.8.2",
"standard-version": "^9.0.0"
},
"peerDependencies": {
"eslint": ">= 8"
},
"resolutions": {
"lodash": "^4.17.13"
}
}