eslint-config-satya164
Version:
Personal ESLint Config of @satya164
50 lines (49 loc) • 1.44 kB
JSON
{
"name": "eslint-config-satya164",
"version": "3.3.0",
"description": "Personal ESLint Config of @satya164",
"main": "index.js",
"license": "MIT",
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "https://github.com/satya164/eslint-config-satya164.git"
},
"author": "Satyajit Sahoo <satyajit.happy@gmail.com> (https://github.com/satya164/)",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"release": "release-it",
"test": "eslint -c index.js --ext '.js,.ts,.tsx' __tests__/**"
},
"dependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
"@eslint-react/eslint-plugin": "^1.6.0",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import-x": "^3.1.0",
"eslint-plugin-jest": "^27.4.3",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react-hooks": "^4.5.0",
"eslint-plugin-react-native": "^4.1.0"
},
"devDependencies": {
"@evilmartians/lefthook": "^1.5.2",
"@release-it/conventional-changelog": "^7.0.2",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"release-it": "^16.2.1",
"typescript": "^5.2.2"
},
"peerDependencies": {
"eslint": "*",
"prettier": "*"
}
}