@ryanep/eslint-config
TypeScript icon, indicating that this package has built-in type declarations

1.4.0 • Public • Published

Screenshot

@ryanep/eslint-config

A personal ESLint config.

Introduction

This project is a personal ESLint configuration to ensure code quality and consistency across multiple personal projects.

Usage

Install the packages using npm install --save-dev eslint @ryanep/eslint-config.

Create a new eslint.config.js file and add the following:

import { createConfig } from "@ryanep/eslint-config";

export const eslintConfig = createConfig();

export default eslintConfig;

License

Licensed under the MIT license.

Readme

Keywords

Package Sidebar

Install

npm i @ryanep/eslint-config

Weekly Downloads

6

Version

1.4.0

License

MIT

Unpacked Size

126 kB

Total Files

6

Last publish

Collaborators

  • ryanep