UNPKG

meshblu-google-vision

Version:

[![Build Status](https://travis-ci.org/octoblu/meshblu-google-vision.svg?branch=master)](https://travis-ci.org/octoblu/meshblu-google-vision) [![Code Climate](https://codeclimate.com/github/octoblu/meshblu-google-vision/badges/gpa.svg)](https://codeclimat

18 lines (15 loc) 389 B
{ "root": true, "extends": "@ljharb", "rules": { "complexity": [2, 18], "consistent-return": [1], "max-params": [2, 8], "max-statements": [2, 32], "no-extra-parens": [1], "no-continue": [1], "no-magic-numbers": 0, "no-restricted-syntax": [2, "BreakStatement", "DebuggerStatement", "ForInStatement", "LabeledStatement", "WithStatement"], "operator-linebreak": 1 } }