mirror of
https://github.com/TangSengDaoDao/TangSengDaoDaoWeb
synced 2025-06-04 16:18:44 +00:00
16 lines
325 B
JSON
16 lines
325 B
JSON
{
|
|
"name": "eslint-config-custom",
|
|
"version": "0.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"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"
|
|
}
|
|
}
|