2.0.0 • Published 3 months ago

@ceski23/eslint-config v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

Installation

  1. Install this package:
npm i -D @ceski23/eslint-config
  1. Use this config in your eslint.config.js file:
import config from '@ceski23/eslint-config'

export default [
    ...config,
    {
        rules: {
            // your rules
        }
    }
]