2021-08-11 07:11:36 +00:00

17 lines
432 B
JSON

{
"name": "@babel/eslint-config-internal",
"version": "7.15.3",
"description": "The Babel Team's ESLint configuration. Since it's internal, it might not respect semver.",
"private": true,
"main": "./index.js",
"type": "commonjs",
"exports": {
".": "./index.js",
"./package.json": "./package.json"
},
"peerDependencies": {
"@babel/eslint-parser": "^7.15.0",
"eslint-plugin-flowtype": "^4.6.0"
}
}