eslint-config-espruino-globals
v1.0.0
Published
Eslint config for Espruino globals
Downloads
2
Maintainers
Readme
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"]
}