* Upgrade to ESLint v7 * Upgrade eslint-plugin-import * Update peer deps * Remove max-len from ESLint config * Update tests * Only test babel-eslint-* packages in Node >=10 * Remove babel-eslint * Fix linking in dev * Add comment to Makefile * Fix e2e tests * Add --ignore-engines flag when installing in ESLint packages * fix: convert tt.questionDot to Punctuator * chore: update lockfile Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com>
20 lines
582 B
JSON
20 lines
582 B
JSON
{
|
|
"name": "@babel/eslint-config-internal",
|
|
"version": "7.10.4",
|
|
"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": {
|
|
"type": "git",
|
|
"url": "https://github.com/babel/babel.git",
|
|
"directory": "eslint/babel-eslint-config-internal"
|
|
},
|
|
"main": "index.js",
|
|
"peerDependencies": {
|
|
"@babel/eslint-parser": "^7.10.4",
|
|
"eslint-plugin-flowtype": "^3.0.0"
|
|
}
|
|
}
|