Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skpm/eslint-config-sketch

An eslint config for sketch plugin development
https://github.com/skpm/eslint-config-sketch

eslint eslint-config sketch

Last synced: 26 days ago
JSON representation

An eslint config for sketch plugin development

Awesome Lists containing this project

README

        

# eslint-config-sketch

eslint config with the global variables that [Sketch.app](https://www.sketchapp.com/)'s JavaScript environment contains (Sketch + macOS headers).

### Installation

```
npm install --save-dev eslint-config-sketch
```

### Configuration

Add in your `.eslintrc`:

```diff
{
+ "extends": ["sketch"]
}
```

### License

MIT