15 lines
272 B
JSON
15 lines
272 B
JSON
{
|
|
"name": "@conduitry/eslint-config",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"homepage": "https://git.chor.date/Conduitry/eslint-config",
|
|
"peerDependencies": {
|
|
"eslint": ">=8"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"eslint": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|