2.1.6 • Published 10 months ago

@momsfriendlydevco/eslint-config v2.1.6

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

1 year ago

2.1.1

1 year ago

2.1.3

11 months ago

2.1.6

10 months ago

2.1.5

11 months ago

2.1.0

1 year ago

2.0.5

1 year ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.4

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago