How to install

npm i --save-dev eslint-config-dbxd

Create a .eslintrc file with the following content:

{
    "extends": [
        "dbxd"
    ]
}