codymikol / karma-webpack

Karma webpack Middleware
MIT License
829 stars 222 forks source link

chore(lint): fix linter settings #467

Closed codymikol closed 3 years ago

codymikol commented 3 years ago

This narrows down to a single eslint configuration and fixes existing linter issues. This also updates to the latest webpack-contrib eslint recommendations.

Fixes N/A

This PR contains a:

Motivation / Use-Case

The current eslint setup was not evaluating the lib folder and had two configuration files, this consolidates that into one and updates to the latest webpack-contrib recommendations.

Breaking Changes

N/A

Additional Info

N/A