imagemagick-cli
Version:
Access the ImageMagick CLI tools from Node. Cross-platform, with support for ImageMagick 6 and 7.
12 lines (11 loc) • 333 B
YAML
extends: airbnb-base
env:
node: true
mocha: true
plugins:
- import
rules:
# Sometimes I like a single 'return' statement in a full bloc, e.g. see the
# tests, so relax the requirement to have single return statements
arrow-body-style: 0
import/no-extraneous-dependencies: [error, { devDependencies: ['**/*.spec.js'] }]