2014-08-05 16:27:06 -07:00
|
|
|
{
|
|
|
|
|
"name": "airbnb-style",
|
2015-05-06 15:49:50 -07:00
|
|
|
"version": "2.0.0",
|
2014-08-05 16:27:06 -07:00
|
|
|
"description": "A mostly reasonable approach to JavaScript.",
|
|
|
|
|
"scripts": {
|
2016-05-03 22:16:31 -07:00
|
|
|
"preinstall": "npm run install:config && npm run install:config:base",
|
2020-02-07 08:05:47 -10:00
|
|
|
"postinstall": "rm -rf node_modules/markdownlint-cli/node_modules/markdownlint",
|
2016-05-15 20:56:54 -05:00
|
|
|
"install:config": "cd packages/eslint-config-airbnb && npm prune && npm install",
|
|
|
|
|
"install:config:base": "cd packages/eslint-config-airbnb-base && npm prune && npm install",
|
2017-06-02 17:10:16 +00:00
|
|
|
"lint": "markdownlint --config linters/.markdownlint.json README.md */README.md",
|
|
|
|
|
"pretest": "npm run --silent lint",
|
2016-04-20 23:15:48 -07:00
|
|
|
"test": "npm run --silent test:config && npm run --silent test:config:base",
|
|
|
|
|
"test:config": "cd packages/eslint-config-airbnb; npm test",
|
2016-05-15 20:56:54 -05:00
|
|
|
"test:config:base": "cd packages/eslint-config-airbnb-base; npm test",
|
2017-06-02 17:10:16 +00:00
|
|
|
"pretravis": "npm run --silent lint",
|
2016-05-15 20:56:54 -05:00
|
|
|
"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"
|
2014-08-05 16:27:06 -07:00
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/airbnb/javascript.git"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"style guide",
|
|
|
|
|
"lint",
|
2015-05-06 15:49:50 -07:00
|
|
|
"airbnb",
|
|
|
|
|
"es6",
|
|
|
|
|
"es2015",
|
2017-10-12 11:17:22 +07:00
|
|
|
"es2016",
|
|
|
|
|
"es2017",
|
|
|
|
|
"es2018",
|
2015-05-06 15:49:50 -07:00
|
|
|
"react",
|
|
|
|
|
"jsx"
|
2014-08-05 16:27:06 -07:00
|
|
|
],
|
|
|
|
|
"author": "Harrison Shoff <hi@hshoff.com> (https://twitter.com/hshoff)",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/airbnb/javascript/issues"
|
|
|
|
|
},
|
2017-06-02 17:10:16 +00:00
|
|
|
"homepage": "https://github.com/airbnb/javascript",
|
|
|
|
|
"devDependencies": {
|
2023-08-05 11:55:23 +12:00
|
|
|
"markdownlint": "^0.29.0",
|
|
|
|
|
"markdownlint-cli": "^0.35.0"
|
2017-06-02 17:10:16 +00:00
|
|
|
}
|
2014-08-05 16:27:06 -07:00
|
|
|
}
|