1.1.0 • Published 7 years ago

eslint-config-aftereffects v1.1.0

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

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"
}