mongkuen / gatsby-plugin-eslint

Gatsby plugin to add support for ESLint
MIT License
13 stars 14 forks source link

Enforce loader to run at start #9

Closed TimoGlastra closed 5 years ago

TimoGlastra commented 5 years ago

For me the eslint-loader used in thin plugin would run after the typescript plugin which messed up all the formatting. This will PR will enforce the eslint-loader to run at the start of compilation.