Skip to content

cravingmaker/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@cravingmaker/eslint-config

A highly opinionated, modern, and elegant ESLint configuration crafted by cravingmaker. ESM only. Best to be used with Prettier for the code formatter.

Installation

Install the configuration along with ESLint and Prettier using your favorite package manager:

npm install --save-dev eslint prettier @cravingmaker/eslint-config @cravingmaker/prettier-config
yarn add --dev eslint prettier @cravingmaker/eslint-config @cravingmaker/prettier-config
pnpm add -D eslint prettier @cravingmaker/eslint-config @cravingmaker/prettier-config
bun add -D eslint prettier @cravingmaker/eslint-config @cravingmaker/prettier-config

Usage

Create or update your eslint.config.js file:

import cravingmakerConfig from '@cravingmaker/eslint-config';

export default [
  ...cravingmakerConfig,
  // Add your own overrides here
];

License

MIT © cravingmaker

About

A highly opinionated, modern, and elegant ESLint configuration crafted by cravingmaker. ESM only. Best to be used with Prettier for the code formatter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors