resmio-style
Version:
Airbnb approach to JavaScript with a resmio touch.
29 lines (28 loc) • 721 B
JSON
{
"name": "resmio-style",
"version": "2.0.2",
"description": "Airbnb approach to JavaScript with a resmio touch.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"publish-all": "npm publish && cd ./packages/eslint-config-resmio && npm publish"
},
"repository": {
"type": "git",
"url": "https://github.com/resmio/javascript.git"
},
"keywords": [
"style guide",
"lint",
"resmio",
"es6",
"es2015",
"react",
"jsx"
],
"author": "Jose Menor <josemenor@gmail.com> (https://twitter.com/menor)",
"license": "MIT",
"bugs": {
"url": "https://github.com/resmio/javascript/issues"
},
"homepage": "https://github.com/resmio/javascript"
}