🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

eslint-config-mrmlnc

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-mrmlnc

Just my personal shareable ESLint configuration for easy distribution between my packages

latest
Source
npmnpm
Version
5.0.0
Version published
Weekly downloads
5.6K
-5.09%
Maintainers
1
Weekly downloads
 
Created
Source

:panda_face: eslint-config-mrmlnc

Introduction

This is the ESLint configuration file used in @mrmlnc projects.

Installation

npm install --save-dev eslint-config-mrmlnc

Usage

With ES Modules:

// ./eslint.config.mjs
import * as cfg from 'eslint-config-mrmlnc';

export default cfg.build({
	// The following configurations are enabled by default.
	// esModuleJavaScript: true,
	// typescript: true,
	// mocha: true,
});

With CommonJS Modules:

const cfg = require('eslint-config-mrmlnc');

module.exports = cfg.build(/* <options> */);

Keywords

eslint

FAQs

Package last updated on 16 Nov 2024

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