Skip to content

isabella232/devseed-standard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

devseed-standard

Need to change config rules? See eslint-config-devseed-standard

Install

npm i -D devseed-standard

ESlint config file

Create a .eslintrc file:

{
  "extends": ["devseed-standard"]
}

Cli Usage

Add an npm script:

"scripts": {
  "lint": "devseed-standard"
},

Run the script:

npm run lint

Ignoring files

In the project's package.json file:

"devseed-standard": {
  "ignore": [
    "**/whatever/files/"
  ]
}

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%