This project is a personal ESLint configuration to ensure code quality and consistency across multiple personal projects.
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;Licensed under the MIT license.