mirror of
https://github.com/TangSengDaoDao/TangSengDaoDaoWeb
synced 2025-06-01 05:48:01 +00:00
20 lines
437 B
JSON
20 lines
437 B
JSON
{
|
|
"name": "eslint-config-custom",
|
|
"version": "0.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"clean": "rimraf node_modules out-election"
|
|
},
|
|
"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"
|
|
}
|
|
}
|