Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

vistahigherlearning / eslint-config-vhl   js

Repository URL to install this package:

/ rules / strict.js

module.exports = {
  'rules': {
    // babel inserts `'use strict';` for us
    'strict': [2, 'never']
  }
};