Socket
Socket
Sign inDemoInstall

@ircam/eslint-config

Package Overview
Dependencies
88
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @ircam/eslint-config

eslint config for the Ircam ISMM team javascript projects


Version published
Weekly downloads
46
increased by12.2%
Maintainers
3
Created
Weekly downloads
 

Readme

Source

@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

Keywords

FAQs

Last updated on 29 Jan 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc