eslint-config-resmio
Version:
resmio's ESLint config, following our styleguide
38 lines (37 loc) • 922 B
JSON
{
"name": "eslint-config-resmio",
"version": "0.0.62",
"description": "resmio's ESLint config, following our styleguide",
"main": "index.js",
"scripts": {
"lint": "./node_modules/.bin/eslint .",
"test": "./node_modules/.bin/babel-tape-runner ./test/test-*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/resmio/javascript"
},
"keywords": [
"eslint",
"eslintconfig",
"config",
"resmio",
"javascript",
"styleguide"
],
"author": "Jose Menor (https://twitter.com/menor)",
"license": "MIT",
"bugs": {
"url": "https://github.com/airbnb/javascript/issues"
},
"homepage": "https://github.com/resmio/javascript",
"dependencies": {
"babel-eslint": "4.0.10",
"eslint": "1.1.0",
"eslint-plugin-react": "3.2.3",
"react": "^0.13.3",
"resmio-style": "2.0.0",
"resolve": "1.1.6",
"strip-json-comments": "1.0.2"
}
}