0.1.0 • Published 5 months ago

@elinzy/e-eslint-config v0.1.0

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

@elinzy/e-eslint-config

Introduction

Installation

npm install -D @elinzy/e-eslint-config

Requirements
ESLint v8.44.0 and above
Node.js v18.x, v20.x and above

Usage

  • ECMAScript Modules:
// eslint.config.mjs
import eslintConfig from '@elinzy/e-eslint-config';

export default [
    ...eslintConfig,
]

Learn how to configure ESLint.

Documentation

License

MIT

Related