You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

34 lines
783 B

{
"name": "eslint-config-unsplash",
"version": "0.1.6",
"description": "Unsplash's ESLint Config",
"main": "index.js",
"scripts": {
"test": "eslint --config eslintrc.json test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unsplash/javascript.git"
},
"keywords": [
"eslint",
"eslintconfig",
"config",
"unsplash",
"javascript",
"styleguide"
],
"author": "Naoufal Kadhom <naoufal@unsplash.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/unsplash/javascript/issues"
},
"homepage": "https://github.com/unsplash/javascript#readme",
"dependencies": {
"eslint-config-airbnb": "^5.0.1",
"eslint-plugin-react": "^4.2.3"
},
"peerDependencies": {
"eslint": "^1.10.3"
}
}