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

@beemo/config-eslint

Package Overview
Dependencies
Maintainers
2
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@beemo/config-eslint

ESLint config for Beemo projects.

  • 2.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
27K
decreased by-0.71%
Maintainers
2
Weekly downloads
 
Created
Source

Beemo - ESLint config

Build Status npm version npm deps

An official Beemo ESLint config based on eslint-config-beemo.

yarn install --dev eslint @beemo/core @beemo/driver-eslint @beemo/config-eslint

Setup

Create a configs/eslint.ts file in your Beemo configuration module that re-exports this config.

export { default } from '@beemo/config-eslint';

Settings

The following Beemo settings can be defined and will be passed to the config.

  • node (boolean) - Denote as a Node.js project. Defaults to false.
  • react (boolean | classic | automatic) - Enable React rules. Defaults to false.
export default {
	module: '<config-module>',
	drivers: ['eslint'],
	settings: {
		react: 'automatic',
	},
};

Keywords

FAQs

Package last updated on 24 Jul 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