September 4, 2023

Published @fastone/eslint-config npm package

In my journey to learn more about TypeScript and locking in a personal development stack I decided to publish my own ESLint config package, to be used in all my projects.

As I’m finally getting more and more into TypeScript and working out a development stack based on MongoDB, Express, React and Node.js I decided to publish my own ESLint config package, to be used in all my projects. So that I don’t have to keep copy/pasting the same config over and over again for each project.

It’s a very simple config, based on the Airbnb TypeScript Style Guide, and probably during the useage of it I’ll add more rules to it.

Feel free to check it out and use it in your own projects, or even contribute to it.

GitHub repo: https://github.com/fastone/eslint-config

GitHub issues: https://github.com/fastone/eslint-config/issues

NPM package: https://www.npmjs.com/package/@fastone/eslint-config

← back to all posts