linters:
  jshint:
  standardjs:
fixers:
  enable: true
files:
  ignore:
    - 'bower_components/*'
    - 'node_modules/*'
