Skip to content

codeday/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@codeday/eslint-config

CodeDay eslint config.

Usage

Install:

$ yarn add --dev @codeday/eslint-config

Edit package.json:

{
  // ...
  "prettier": "@codeday/prettier-config"
}

Create .eslintrc.js:

module.exports = {
  extends: ['@codeday'],
};

With Next.js (.eslintrc.js):

module.exports = {
  extends: ['@codeday', 'plugin:@next/next/recommended'],
};

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published