mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 11:07:58 -05:00
36 lines
1.3 KiB
JSON
36 lines
1.3 KiB
JSON
{
|
|
"name": "airbnb-style",
|
|
"version": "2.0.0",
|
|
"description": "A mostly reasonable approach to JavaScript.",
|
|
"scripts": {
|
|
"preinstall": "npm run install:config && npm run install:config:base",
|
|
"install:config": "cd packages/eslint-config-airbnb && npm prune && npm install",
|
|
"install:config:base": "cd packages/eslint-config-airbnb-base && npm prune && npm install",
|
|
"test": "npm run --silent test:config && npm run --silent test:config:base",
|
|
"test:config": "cd packages/eslint-config-airbnb; npm test",
|
|
"test:config:base": "cd packages/eslint-config-airbnb-base; npm test",
|
|
"travis": "npm run --silent travis:config && npm run --silent travis:config:base",
|
|
"travis:config": "cd packages/eslint-config-airbnb; npm run travis",
|
|
"travis:config:base": "cd packages/eslint-config-airbnb-base; npm run travis"
|
|
},
|
|
"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"
|
|
}
|