Skip to content

ircam-ismm/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

@ircam/eslint-config

Shareable eslint config for the Ircam ISMM team JavaScript projects, see https://eslint.org/docs/latest/developer-guide/shareable-configs

Usage

  1. Install the package
npm install --save-dev eslint @ircam/eslint-config
  1. Create a .eslintrc file in your project containing
{
  "extends": "@ircam"
}
  1. In package.json, add the following command to your npm script
"scripts": {
  "lint": "eslint src"
}

License

BSD-3-Clause

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published