eslint-config-trybe-backend
Version:
ESLint shared config used by trybe on Back-end projects
23 lines (22 loc) • 590 B
JSON
{
"name": "eslint-config-trybe-backend",
"version": "2.1.0",
"description": "ESLint shared config used by trybe on Back-end projects",
"main": "config.json",
"keywords": [
"eslint",
"trybe",
"backend"
],
"author": "Roz <roz@rjmunhoz.me>",
"license": "GPL-3.0",
"dependencies": {
"eslint": "8.26.0",
"eslint-config-airbnb": "19.0.4",
"eslint-plugin-editorconfig": "4.0.2",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-mocha": "10.1.0",
"eslint-plugin-sonarjs": "0.16.0"
},
"gitHead": "a0ffa0ac26a673dc7f7dde6aa0de4fb4f06aee69"
}