Socket
Socket
Sign inDemoInstall

@eslint-config-fl3nkey/base

Package Overview
Dependencies
2
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @eslint-config-fl3nkey/base

eslint base config by fl3nkey


Version published
Maintainers
1
Created

Readme

Source

@eslint-config-fl3nkey/base

Based on airbnb eslint config https://github.com/airbnb/javascript/tree/master/packages/eslint-config-airbnb-base

Requirements

  • eslint^8

Install

via npm

npm install @eslint-config-fl3nkey/base --save-dev

via yarn

yarn add -D @eslint-config-fl3nkey/base

Usage

In .eslintrc.js

module.exports = {
    root: true,
    extends: ['@eslint-config-fl3nkey/base']
};

FAQs

Last updated on 19 Nov 2022

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