eslint-plugin-photoshop

0.1.3 • Public • Published

eslint-plugin-photoshop

Adds photoshop environment to eslint

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-photoshop:

$ npm install eslint-plugin-photoshop --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-photoshop globally.

Usage

Add photoshop to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "env": {
        "photoshop/photoshop": true
    },
    "plugins": [
        "photoshop"
    ]
}

Package Sidebar

Install

npm i eslint-plugin-photoshop

Weekly Downloads

2

Version

0.1.3

License

ISC

Last publish

Collaborators

  • stanlindsey