Skip to content

shortlist-digital/eslint-config-standard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-standard

Standardised ESLint configuration for use across most of our front-end projects.

Usage

yarn add @shortlist-studio/eslint-config-standard --dev

Then either extend from an eslintrc config or in your package.json

.eslintrc.json

{
  "extends": ["@shortlist-studio/eslint-config-standard"]
}

package.json

{
  "eslintConfig": {
    "extends": ["@shortlist-studio/eslint-config-standard"]
  }
}

About

Standard ESLint configuration for Shortlist projects

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published