eslint-config-illustrator2
v1.0.0
Published
Eslint configuration for Illustrator scripting
Downloads
4
Maintainers
Readme
eslint-config-illustrator2
ESLint config for Adobe Illustrator Scripting
I have copied codes from https://www.npmjs.com/package/eslint-config-illustrator, and added some globals
.
Because https://github.com/zlovatt/eslint-config-illustrator was deleted, thus, I could not fork.
Based on https://github.com/runegan/eslint-config-aftereffects
Installation
npm install --save-dev eslint-config-illustrator2
Usage
Add the following to your .eslintrc
, which includes the configuration for Adobe Illustrator
{
"extends": "illustrator2"
}