🚀 Launch Week Day 4:Introducing the Alert Details Page: A Better Way to Explore Alerts.Learn More →
Socket
Book a DemoInstallSign in
Socket

eslint-config-linkcs

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-linkcs

Custom eslint config based on airbnb

latest
npmnpm
Version
0.2.1
Version published
Maintainers
1
Created
Source

LinkCS's javascript eslint config

How to Use

Install

With yarn:

yarn add -D eslint-config-linkcs

or with npm:

npm install --save-dev eslint-config-linkcs

And then add in a .eslintrc file:

{
  "extends": ["linkcs"]
}

Dependencies

imports:
  - eslint: ^5.6.0
  - eslint-config-airbnb-base: 13.1.0
  - eslint-plugin-import: 2.14.0

Rules

Use airbnb's config and changes some rules:

  • Change some rules regarding the formating of the code that works better with prettier and long lines

FAQs

Package last updated on 06 Feb 2019

Did you know?

Socket

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