@ircam/eslint-config

1.2.1 • Public • Published

@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

Readme

Keywords

Package Sidebar

Install

npm i @ircam/eslint-config

Weekly Downloads

19

Version

1.2.1

License

BSD-3-Clause

Unpacked Size

2.6 kB

Total Files

3

Last publish

Collaborators

  • norbert.schnell
  • jipodine
  • b-ma