2.1.6 • Published 6 months ago

@momsfriendlydevco/eslint-config v2.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
6 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.1.2

8 months ago

2.1.1

9 months ago

2.1.3

7 months ago

2.1.6

6 months ago

2.1.5

7 months ago

2.1.0

10 months ago

2.0.5

1 year ago

2.0.3

1 year ago

2.0.2

1 year ago

2.0.4

1 year ago

2.0.1

1 year ago

2.0.0

2 years 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

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago