eslint-config-illustrator

Eslint configuration for Illustrator scripting

Usage no npm install needed!

<script type="module">
  import eslintConfigIllustrator from 'https://cdn.skypack.dev/eslint-config-illustrator';
</script>

README

eslint-config-illustrator

ESLint config for Adobe Illustrator Scripting

Based on https://github.com/runegan/eslint-config-aftereffects

Installation

npm install --save-dev eslint-config-illustrator

Usage

Add the following to your .eslintrc, which includes the configuration for Adobe Illustrator

{
    "extends": "illustrator"
}