MarquezProject / marquez-web

Marquez Web UI
23 stars 6 forks source link

Fix the lint toolchain #121

Closed phixMe closed 3 years ago

phixMe commented 3 years ago

Description

This fixes the overall lint configuration for the project as a whole and applies the formatting rules to both the code and the tests. It also adds a new rule to sort our imports and fix them automatically.

Usage
npm run eslint-fix 

Note: Eventually we'll add a step to CI to check for a valid lint config.