eslint-plugin-skip-adobe-directives

1.0.2 • Public • Published

eslint-plugin-skip-adobe-directives

This is a package to skip linting of adobe directives.

Why

Adobe directives start with # character.

#target illustrator
#targetEngine session

Eslint will put error on these syntax.

  1:1  error  Parsing error: Unexpected character '#'

This package helps to skip linting on these lines.

Install

npm install --save-dev eslint-plugin-skip-adobe-directives

Usage

Add this plugin on the eslint config file like ".eslintrc".

{
  "plugins": ["skip-adobe-directives"]
}

Package Sidebar

Install

npm i eslint-plugin-skip-adobe-directives

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

1.84 kB

Total Files

3

Last publish

Collaborators

  • kisoyuki