1.0.5 • Published 12 months ago
@meslzy/eslint v1.0.5
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.ts
file:
import meslzyConfig from "@meslzy/eslint";
export default meslzyConfig;