Skip to content

ebf/eslint-config-ebf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-ebf GitHub GitHub package.json version David Node.js Package GitHub issues

An ESLint Shareable Config for EBF projects

Install

npm install eslint-config-ebf

Usage

Shareable configs are designed to work with the extends feature of .eslintrc files.

You can learn more about Shareable Configs on the official ESLint website.

npm install --save-dev eslint-config-ebf

Then, add this to your .eslintrc file:

{
  "extends": "ebf"
}

You can override settings from the shareable config by adding them directly into your .eslintrc file.

License

Apache License Version 2.0. Copyright (c) EBF.

About

EBF's ESLint extensible shared config

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors