@cloudfour/eslint-config

24.0.0 • Public • Published

@cloudfour/eslint-config

NPM version Build Status Renovate

Cloud Four's ESLint configuration.

This config extends the following plugins:

It also adds the following custom rules:

Usage

This package exports a flat ESLint configuration.

npm install --save-dev eslint @cloudfour/eslint-config

Example eslint.config.js:

import cloudFourConfig from '@cloudfour/eslint-config';

export default [
	...cloudFourConfig,
	{
		rules: {
			// your overrides here
			...
		}
	},
];

Readme

Keywords

Package Sidebar

Install

npm i @cloudfour/eslint-config

Weekly Downloads

205

Version

24.0.0

License

MIT

Unpacked Size

80.3 kB

Total Files

14

Last publish

Collaborators

  • cloudfour-user
  • gerardo-rodriguez
  • calebeby
  • spaceninja
  • cloudfour-paul
  • tylersticka