Socket
Book a DemoInstallSign in
Socket

@momsfriendlydevco/eslint-config

Package Overview
Dependencies
Maintainers
5
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@momsfriendlydevco/eslint-config

ESLint plugin for @MomsFriendlyDevCo projects

Source
npmnpm
Version
2.1.1
Version published
Weekly downloads
90
-20.35%
Maintainers
5
Weekly downloads
 
Created
Source

@MomsFriendlyDevCo/ESLint-Config

ESLint Rules for Mom's Friendly Dev Co.

Installation

  • Install version 9 or above of eslint + this package
npm i -D eslint @momsfriendlydevco/eslint-config
  • Add this template eslint.config.js file to the root of your main module / project:
import RulesMFDC from '@momsfriendlydevco/eslint-config';

export default [
	{
		// Global ignore rules - Do not add any other keys to this object or eslint doesn't treat this as global
		ignores: [
			'.*',
			'docs/',
			'dist/',
			'node_modules/',
		],
	},
	...RulesMFDC,
]

Keywords

eslint

FAQs

Package last updated on 06 Feb 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