Skip to content

hughescr/eslint-config-default

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This is a default configuration set-up for how I like my ESLint to be set up.

yarn add -D @hughescr/eslint-config-default eslint

Then put this in eslint.config.mjs:

import defaultConfig from '@hughescr/eslint-config-default';

export default [
    defaultConfig.configs.recommended,
];

Developer

If you want to browse the config, find un-configured rules, etc:

yarn rules-checkup

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published