Repository URL to install this package:
module.exports = { 'rules': { // babel inserts `'use strict';` for us 'strict': [2, 'never'] } };