2.0.3 • Published 12 months ago

@meslzy/eslint v2.0.3

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.js file:

import { meslzyConfigs } from "@meslzy/eslint";

export default [
  ...meslzyConfigs(),
];

The End (💘)