2021-10-30 21:21:37 +00:00

17 lines
432 B
JSON

{
"name": "@babel/eslint-config-internal",
"version": "7.16.1",
"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.16.0",
"eslint-plugin-flowtype": "^8.0.3"
}
}