Skip to content

neuroanatomy/eslint-config-naat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-naat

Style rules for js code at NAAT

Installation

Add the package to your devDependencies:

npm install --save-dev git+https://github.com/neuroanatomy/eslint-config-naat eslint-plugin-import

If you are using yarn, do instead:

yarn add --dev git+https://github.com/neuroanatomy/eslint-config-naat eslint-plugin-import

Then add this to your .eslintrc.js file:

{
  "extends": [
    "naat"
  ]
}

Alternatively, for a new project, you can create an .eslintrc.js file containing only this:

module.exports = {
  "extends": ["naat"]
};

About

Style rules for js code at NAAT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •