mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-05 04:51:30 +01:00
23 lines
606 B
JSON
23 lines
606 B
JSON
|
{
|
||
|
"name": "@repo/eslint-config",
|
||
|
"version": "3.3.2",
|
||
|
"private": true,
|
||
|
"main": ".eslintrc.json",
|
||
|
"files": [
|
||
|
".eslintrc.json",
|
||
|
"nextjs/.eslintrc.json"
|
||
|
],
|
||
|
"devDependencies": {
|
||
|
"@typescript-eslint/eslint-plugin": "catalog:",
|
||
|
"@typescript-eslint/parser": "catalog:",
|
||
|
"eslint": "catalog:",
|
||
|
"eslint-config-conventions": "catalog:",
|
||
|
"eslint-plugin-promise": "catalog:",
|
||
|
"eslint-plugin-unicorn": "catalog:",
|
||
|
"eslint-config-next": "catalog:",
|
||
|
"eslint-plugin-storybook": "catalog:",
|
||
|
"eslint-plugin-tailwindcss": "catalog:",
|
||
|
"typescript": "catalog:"
|
||
|
}
|
||
|
}
|