desmos-labs/dpm

Use ESLint

Closed this issue · 0 comments

Currently the ESLint configuration has all the rules turned off. This causes the code to not be compliant with any rule. Instead, I suggest we start using the [eslint-config-airbnb]https://www.npmjs.com/package/eslint-config-airbnb) package to make sure the code always complies with the proper linting rules.