/eslint-config-aftereffects

Eslint configuration for After Effects scripting

Primary LanguageJavaScriptMIT LicenseMIT

eslint-config-aftereffects

ESLint config for After Effects Scripting

Installation

npm install --save-dev eslint-config-aftereffects

Usage

Add the following to your .eslintrc, which includes the configuration for after effects

{
    "extends": "aftereffects"
}