1
Fork 0
shareable-configs/packages/eslint/package.json

25 lines
633 B
JSON
Raw Normal View History

2022-12-02 10:47:58 +00:00
{
"name": "@bauke/eslint-config",
"description": "Shareable ESLint configuration.",
2023-07-16 22:31:28 +00:00
"version": "0.1.4",
2022-12-02 10:47:58 +00:00
"license": "Unlicense",
2022-12-02 11:10:14 +00:00
"repository": "https://git.bauke.xyz/Bauke/shareable-configs",
2022-12-02 10:47:58 +00:00
"type": "module",
"main": "eslint.json",
"publishConfig": {
"access": "public"
},
"devDependencies": {
2023-07-16 22:30:36 +00:00
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.45.0",
2023-07-03 21:59:24 +00:00
"eslint-plugin-astro": "^0.27.2",
2023-06-06 12:19:35 +00:00
"eslint-plugin-mdx": "^2.1.0"
2022-12-02 10:47:58 +00:00
},
"peerDependencies": {
2023-07-16 22:30:36 +00:00
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.45.0",
"eslint-plugin-astro": "^0.27.2",
2023-06-06 12:19:35 +00:00
"eslint-plugin-mdx": "^2.1.0"
2022-12-02 10:47:58 +00:00
}
}