25 lines
635 B
JSON
25 lines
635 B
JSON
{
|
|
"name": "@bauke/eslint-config",
|
|
"description": "Shareable ESLint configuration.",
|
|
"version": "0.1.4",
|
|
"license": "Unlicense",
|
|
"repository": "https://git.bauke.xyz/Bauke/shareable-configs",
|
|
"type": "module",
|
|
"main": "eslint.json",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/parser": "^6.18.1",
|
|
"eslint": "^8.56.0",
|
|
"eslint-plugin-astro": "^0.31.1",
|
|
"eslint-plugin-mdx": "^3.1.5"
|
|
},
|
|
"peerDependencies": {
|
|
"@typescript-eslint/parser": "^6.18.1",
|
|
"eslint": "^8.56.0",
|
|
"eslint-plugin-astro": "^0.31.1",
|
|
"eslint-plugin-mdx": "^3.1.5"
|
|
}
|
|
}
|