Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bothrs/eslint-config

Package Overview
Dependencies
Maintainers
7
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bothrs/eslint-config

ESLint configuration used at Bothrs.

  • 2.2.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
133
decreased by-54.61%
Maintainers
7
Weekly downloads
 
Created
Source

Bothrs: ESLint configuration for VanillaJS projects

A very opinionated ESLint configuration used at Bothrs.

Usage

Install the package as a devDependency.

# NPM
npm i @bothrs/eslint-config -D

# Yarn
yarn add @bothrs/eslint-config -D

Add the package to the extends-section of your eslint configuration.

Example .eslintrc.js file:

// .eslintrc.js

module.exports = {
  type: "module",
  env: {
    es6: true,
    node: true,
  },
  extends: [
    '@bothrs/eslint-config',
  ],
}

Plugins

  • ESLint-Comments
  • ESLint-Import
  • ESLint-No-Secrets
  • ESLint-Prettier
  • ESLint-SonarJS
  • ESLint-Woke

Keywords

FAQs

Package last updated on 08 Nov 2022

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc