Socket
Socket
Sign inDemoInstall

@icelandair/eslint-config

Package Overview
Dependencies
6
Maintainers
24
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @icelandair/eslint-config

Icelandair's base JS ESLint config


Version published
Maintainers
24
Created

Readme

Source

@icelandair/eslint-config

npm

This package provides Icelandair's base JS .eslintrc as an extensible shared config.

Installation

Assuming you already have a valid package.json:

npm install --save-dev @icelandair/eslint-config eslint prettier

or

yarn add -D @icelandair/eslint-config eslint prettier

Will add the the full package as a dev dependency to your project. At which point you can use it by adding an .eslintrc file to your project root directory.

{
  "extends": [ "@icelandair/eslint-config" ]
}

Usage

Our default export contains all of our ESLint rules.

We are extending the following:

If you are writing a React application or component your .eslintrc will look something like this:

{
  "extends": [ "@icelandair/eslint-config" ],
  "rules": {
    ...
    rules to disable, extend or add
  }
}

Keywords

FAQs

Last updated on 11 Oct 2021

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