1.0.5 • Published 1 year ago

@meslzy/eslint v1.0.5

Weekly downloads
-
License
mit
Repository
-
Last release
1 year 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 (💘)