1.3.1 • Published 8 days ago

@ryanep/eslint-config v1.3.1

Weekly downloads
-
License
MIT
Repository
-
Last release
8 days ago

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.