@dangee1705/eslint-config
Version:
Dan Gee's ESLint Config
33 lines (32 loc) • 807 B
JSON
{
"name": "@dangee1705/eslint-config",
"version": "0.10.1",
"description": "Dan Gee's ESLint Config",
"keywords": [
"eslint",
"eslintconfig",
"eslint-config",
"dan",
"gee",
"dangee1705"
],
"type": "module",
"main": "eslint.config.js",
"homepage": "https://github.com/dangee1705/eslint-config",
"repository": {
"url": "git+https://github.com/dangee1705/eslint-config.git"
},
"license": "MIT",
"author": "Dan Gee <dangee1705@gmail.com> (https://dangee1705.com)",
"dependencies": {
"@eslint-react/eslint-plugin": "^4.2.3",
"@stylistic/eslint-plugin": "^5.10.0",
"@typescript-eslint/eslint-plugin": "^8.58.2",
"@typescript-eslint/parser": "^8.58.2",
"eslint-plugin-simple-import-sort": "^13.0.0",
"globals": "^17.5.0"
},
"peerDependencies": {
"eslint": "^10.2.0"
}
}