Skip to content

EverFi/code-standards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EverFi Coding Standards

A collection of coding standards tools for EverFi.

ESLint

Installation

npm install --save-dev EverFi/code-standards

Usage

Create .eslintrc and extend the EverFi standards

{
  "extends": "eslint-config-everfi-code-standards"
}

Add this to npm scripts in package.json

"js:lint": "node_modules/eslint-config-everfi-code-standards/node_modules/eslint-cli/bin/eslint.js ./**/*.js"

Run it like this:

npm run js:lint

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •