1.0.0 • Published 4 years ago

eslint-config-espruino-globals v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

This config contains globals for the the Espruino project. Espruino is a JavaScript Interpreter for Microcontrollers.

Install

To install this package locally in a project run:

npm install --save-dev eslint-config-espruino-globals

Usage

Shareable configs are designed to work with the extends feature of .eslintrc files. You can learn more about Shareable Configs on the official ESLint website.

After installation, update your .eslintrc file's extends field to include this module:

{
	"extends": ["espruino-globals"]
}