1.0.5 • Published 12 months ago

@meslzy/eslint v1.0.5

Weekly downloads
-
License
mit
Repository
-
Last release
12 months ago

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;

The End (💘)