You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@jenssimon/eslint-config-base

Package Overview
Dependencies
Maintainers
1
Versions
208
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jenssimon/eslint-config-base

A shareable ESLint configurations

8.1.5
latest
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

NPM version Downloads star this repo fork this repo Build Status

eslint-config-base

A collection of shareable ESLint configurations for both client and server side code

Installation

yarn add @jenssimon/eslint-config-base --dev

General

All configurations are based on the Airbnb JavaScript Style Guide.

Additionally:

Note

If you don't trust ASI and still want to use semicolons:

{
  "extends": [
    "@jenssimon/base",
  ]
  "rules": {
    "semi": ["error", "always"]
  }
}

Configurations

Base configuration

Suitable for server side Node.js code. Based on eslint-config-airbnb-base.

{
  "extends": [
    "@jenssimon/base"
  ]
}

License

MIT © 2019 Jens Simon

Keywords

eslint

FAQs

Package last updated on 26 Jun 2025

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