Shared eslint configuration (✨) my personal shared eslint configuration Getting Started (✅) Installation (⏬) npm i eslint @meslzy/eslint --save-dev Usage (🌠) Add the following to your eslint.config.js file: import meslzyConfig from "@meslzy/eslint"; export default [ meslzyConfig, ]; The End (💘)