steelbrain / linter-ui-default

Default UI for the Atom Linter package
MIT License
84 stars 47 forks source link

fix: fix linter dock scroll #622

Closed UziTech closed 3 years ago

UziTech commented 3 years ago

This fixes linter dock not scrolling

https://discord.com/channels/737254137690980372/737255015730774047/806537439400558602

UziTech commented 3 years ago

I don't think the linting error is realted to this PR

Error: ESLint configuration in .eslintrc.json » eslint-config-atomic/react is invalid:
aminya commented 3 years ago

Thanks!

UziTech commented 3 years ago

The lint issue is fixed in eslint-config-atomic v1.7.1

The bigger issue is that npm is used to install dependencies but there is no package-lock.json file so it installs the latest version of devdependencies instead of the version in package.json.

aminya commented 3 years ago

I updated the eslint dependency.