Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonchurch/eslint-config-espruino-globals
https://github.com/jonchurch/eslint-config-espruino-globals
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonchurch/eslint-config-espruino-globals
- Owner: jonchurch
- Created: 2019-11-16T00:41:51.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-16T00:54:40.000Z (about 5 years ago)
- Last Synced: 2024-10-06T14:41:43.197Z (3 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
This config contains globals for the the [Espruino](https://www.espruino.com/) project. Espruino is a JavaScript Interpreter for Microcontrollers.
# Install
To install this package locally in a project run:
```shell
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"]
}
```