@momsfriendlydevco/eslint-config

2.0.0 • 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,
]

Readme

Keywords

Package Sidebar

Install

npm i @momsfriendlydevco/eslint-config

Weekly Downloads

8

Version

2.0.0

License

MIT

Unpacked Size

5.92 kB

Total Files

4

Last publish

Collaborators

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