@rubensworks/eslint-config
Version:
Personal eslint config
50 lines (49 loc) • 1.3 kB
JSON
{
"name": "@rubensworks/eslint-config",
"version": "3.0.0",
"description": "Personal eslint config",
"author": "Ruben Taelman <rubensworks@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/rubensworks/eslint-config#readme",
"repository": "git@github.com:rubensworks/eslint-config.git",
"bugs": {
"url": "https://github.com/rubensworks/eslint-config/issues"
},
"keywords": [
"eslint",
"eslintconfig"
],
"main": "index.js",
"files": [
"eslint/*.js",
"index.js"
],
"scripts": {
"test": "echo \"NOOP\"",
"lint": "eslint .",
"build": "echo \"NOOP\"",
"version": "manual-git-changelog onversion"
},
"dependencies": {
"@antfu/eslint-config": "2.6.4",
"@rushstack/eslint-patch": "^1.7.2",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-extended": "0.2.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-style": "^0.2.0",
"eslint-plugin-tsdoc": "^0.2.17"
},
"devDependencies": {
"eslint": "^8.56.0",
"jest": "^29.5.0",
"manual-git-changelog": "^1.0.2",
"pre-commit": "^1.2.2",
"typescript": "^5.3.3"
},
"pre-commit": [
"lint"
]
}