0.0.1 • Published 4 years ago
eslint-config-deliverr v0.0.1
eslint-config-deliverr
This package uses ESLint to enforce Deliverr's code style and provides a shared base configuration for our Typescript projects.
This project started as a mirror of eslint-config-videoamp to keep its history.
Usage
Add @deliverr/eslint-config-deliverr to devDependencies in your package.json file.
Create a .eslintrc file in base of your project:
For Node Projects
{
extends: 'deliverr'
}Enabling Prettier
Add "prettier": "eslint-config-deliverr/prettier.config" to your package.json.
0.0.1
4 years ago