21 lines
510 B
JSON
21 lines
510 B
JSON
{
|
|
"name": "eslint-config-babel",
|
|
"version": "5.0.0",
|
|
"description": "ESLint config for babel",
|
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
|
"homepage": "https://babeljs.io/",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/babel/eslint-config-babel"
|
|
},
|
|
"main": "index.js",
|
|
"peerDependencies": {
|
|
"babel-eslint": "^7.0.0",
|
|
"eslint-plugin-flowtype": "^2.4.0"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
}
|
|
}
|