Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 293 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 293 Bytes

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