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
npm install --save-dev @sapics/eslint-config-illustrator
Add the following to your .eslintrc
, which includes the configuration for Adobe Illustrator
{
"extends": "illustrator"
}