eslint-config-pagarme-base
Version:
Base Pagar.me's JS ESLint config, following our styleguide
27 lines (26 loc) • 686 B
JSON
{
"name": "eslint-config-pagarme-base",
"version": "3.0.0",
"description": "Base Pagar.me's JS ESLint config, following our styleguide",
"main": ".eslintrc.js",
"repository": {
"type": "git",
"url": "git+https://github.com/pagarme/javascript-style-guide.git"
},
"keywords": [
"eslint",
"eslintconfig",
"pagarme",
"javascript",
"styleguide"
],
"author": "Pagar.me Pagamentos S/A <@pagarme>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pagarme/javascript-style-guide/issues"
},
"homepage": "https://github.com/pagarme/javascript-style-guide#readme",
"dependencies": {
"eslint-config-airbnb-base": "13.1.0"
}
}