1
Fork 0
eslint-config/package.json

15 lines
272 B
JSON
Raw Permalink Normal View History

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