strict.js 152 B

12345678910
  1. 'use strict';
  2. module.exports = {
  3. rules: {
  4. /**
  5. * @see http://eslint.org/docs/rules/strict
  6. */
  7. strict: [ 'error', 'global' ],
  8. },
  9. };