eslint-config/package.json

15 lines
272 B
JSON
Raw Normal View History

2020-04-05 16:54:38 +00:00
{
"name": "@conduitry/eslint-config",
2020-04-05 17:09:30 +00:00
"version": "0.0.0",
"private": true,
"homepage": "https://git.chor.date/Conduitry/eslint-config",
2020-04-05 16:54:38 +00:00
"peerDependencies": {
2022-05-28 14:12:38 +00:00
"eslint": ">=8"
},
"peerDependenciesMeta": {
"eslint": {
"optional": true
}
2020-04-05 16:54:38 +00:00
}
}