Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/skpm/eslint-config-sketch
- Owner: skpm
- Created: 2016-11-23T19:22:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-04T07:56:52.000Z (over 6 years ago)
- Last Synced: 2024-09-29T01:20:24.200Z (about 1 month ago)
- Topics: eslint, eslint-config, sketch
- Language: JavaScript
- Size: 157 KB
- Stars: 17
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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