2.0.5 • Published 9 months ago

@momsfriendlydevco/eslint-config v2.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@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,
]
2.0.5

9 months ago

2.0.3

11 months ago

2.0.2

11 months ago

2.0.4

11 months ago

2.0.1

12 months ago

2.0.0

1 year ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago