Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 734 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 734 Bytes

@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 eslint.config.js file in your project containing
export { default } from '@ircam/eslint-config';
  1. In the package.json, add the following command to your npm scripts
"scripts": {
  "lint": "npx eslint src"
}

Notes

From v2.0.0 this package targets eslint >= 9

For previous version of eslint use the v1.x.x of this package

License

BSD-3-Clause