1.2.1 • Published 3 months ago

@ircam/eslint-config v1.2.1

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
3 months ago

@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

1.2.1

3 months ago

1.2.0

2 years ago

1.3.0

1 year ago

1.1.0

2 years ago

1.0.0

2 years ago