Skip to content

A personal ESLint configuration to maintain quality and consistency across projects.

Notifications You must be signed in to change notification settings

ryanep/eslint-config

Repository files navigation

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.

About

A personal ESLint configuration to maintain quality and consistency across projects.

Topics

Resources

Stars

Watchers

Forks

Languages