mirror of
https://github.com/TangSengDaoDao/TangSengDaoDaoWeb
synced 2025-06-02 15:23:37 +00:00
17 lines
369 B
JSON
17 lines
369 B
JSON
{
|
|
"name": "eslint-config-custom",
|
|
"version": "0.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/parser": "^6.16.0",
|
|
"eslint-config-next": "^12.0.8",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-react": "7.28.0",
|
|
"eslint-config-turbo": "latest"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|