16 lines
542 B
JSON
16 lines
542 B
JSON
{
|
|
"name": "@babel/eslint-config-internal",
|
|
"version": "0.0.0",
|
|
"description": "The Babel Team's ESLint configuration. Since it's internal, it might not respect semver.",
|
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
|
"homepage": "https://babeljs.io/",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"repository": "https://github.com/babel/babel/tree/master/eslint/babel-eslint-config-internal",
|
|
"main": "lib/index.js",
|
|
"peerDependencies": {
|
|
"babel-eslint": "^10.0.0 || ^11.0.0-0",
|
|
"eslint-plugin-flowtype": "^3.0.0"
|
|
}
|
|
}
|