14 lines
230 B
JSON
14 lines
230 B
JSON
{
|
|
"name": "tools-eslint-config",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"main": "index.cjs",
|
|
"dependencies": {
|
|
"eslint-config-turbo": "latest"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|