Socket
Book a DemoInstallSign in
Socket

@starryinternet/eslint-config-starry

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@starryinternet/eslint-config-starry

Starry JavaScript Styleguide for ESLint

Source
npmnpm
Version
10.4.0
Version published
Maintainers
2
Created
Source

eslint-config-starry

Starry JavaScript Styleguide for ESLint.

Based heavily on Idiomatic.js, with some additional rules to enfore ES6 features like using let or const instead of var.

Usage

npm install @starryinternet/eslint-config-starry @starryinternet/eslint-plugin-starry --save-dev

Then drop an .eslintrc file in your project root that looks like this:

{
  "root": true,
  "extends": "@starryinternet/starry"
}

FAQs

Package last updated on 18 Oct 2021

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