UNPKG

eslint-config-trybe-backend

Version:

ESLint shared config used by trybe on Back-end projects

24 lines (16 loc) 322 B
# eslint-config-trybe-backend ESLint Shared config used by trybe on projects of the Back-end module ## Installation Simply install this through npm: ```shell $ npm i eslint-config-trybe-backend ``` ## Usage Extend this config on your `.eslintrc.json`: ```json { // ... "extends": "trybe-backend" // ... } ```