eslint config with the global variables that Sketch.app's JavaScript environment contains (Sketch + macOS headers).
npm install --save-dev eslint-config-sketch
Add in your .eslintrc:
{
+ "extends": ["sketch"]
}MIT
| Name | Name | Last commit date | ||
|---|---|---|---|---|
eslint config with the global variables that Sketch.app's JavaScript environment contains (Sketch + macOS headers).
npm install --save-dev eslint-config-sketch
Add in your .eslintrc:
{
+ "extends": ["sketch"]
}MIT