1.4.0 • Published 7 years ago

eslint-config-foo v1.4.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

eslint-config-foo

Shared ESLint config for Foo(Studio) JavaScript code.

The majority of EsLint config should be defined here rather that each project's own .eslintrc.

Install

npm install --save-dev eslint-config-foo

Usage

Then extend foo in your .eslintrc

	{
		"extends":"foo"
	}