@momsfriendlydevco/eslint-config

2.0.5 • Public • Published

@MomsFriendlyDevCo/ESLint-Config

ESLint Rules for Mom's Friendly Dev Co.

Installation

  1. Install version 9 or above of eslint + this package
npm i -D eslint @momsfriendlydevco/eslint-config
  1. 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,
]

/@momsfriendlydevco/eslint-config/

    Package Sidebar

    Install

    npm i @momsfriendlydevco/eslint-config

    Weekly Downloads

    68

    Version

    2.0.5

    License

    MIT

    Unpacked Size

    7.37 kB

    Total Files

    4

    Last publish

    Collaborators

    • hash-bang
    • 1watt
    • eekthecat
    • melromero
    • mr-yellow