neovim / node-client

Nvim Node.js client and plugin host
https://neovim.io/node-client/
MIT License
464 stars 49 forks source link

lint #301

Closed justinmk closed 5 months ago

justinmk commented 5 months ago

Add more lint rules, including rules from https://github.com/sindresorhus/eslint-plugin-unicorn

Fixed with:

./node_modules/.bin/eslint --format=unix packages/*/src/**/*.ts packages/*/src/*.ts --fix

Fix #266