This reverts commit e8dac621de9dba27b47646169562c0a0c2e02c96. Fixes installs when using npm <= 3.9.5 (Node.js <= 6.2.2)
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"
|
|
}
|
|
}
|