mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-13 14:48:02 -05:00
29 lines
713 B
JSON
29 lines
713 B
JSON
{
|
|
"name": "airbnb-style",
|
|
"version": "2.0.0",
|
|
"description": "A mostly reasonable approach to JavaScript.",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"publish-all": "npm publish && cd ./packages/eslint-config-airbnb && npm publish"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/airbnb/javascript.git"
|
|
},
|
|
"keywords": [
|
|
"style guide",
|
|
"lint",
|
|
"airbnb",
|
|
"es6",
|
|
"es2015",
|
|
"react",
|
|
"jsx"
|
|
],
|
|
"author": "Harrison Shoff <hi@hshoff.com> (https://twitter.com/hshoff)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/airbnb/javascript/issues"
|
|
},
|
|
"homepage": "https://github.com/airbnb/javascript"
|
|
}
|