Codebase list node-err-code / cd7cb97c-7dde-4ab5-8b51-2c1a8ef4cbb3/main .eslintrc.json
cd7cb97c-7dde-4ab5-8b51-2c1a8ef4cbb3/main

Tree @cd7cb97c-7dde-4ab5-8b51-2c1a8ef4cbb3/main (Download .tar.gz)

.eslintrc.json @cd7cb97c-7dde-4ab5-8b51-2c1a8ef4cbb3/mainraw · history · blame

1
2
3
4
5
6
7
{
    "root": true,
    "extends": [
        "@satazor/eslint-config/es6",
        "@satazor/eslint-config/addons/node"
    ]
}