Blame view

node_modules/eslint-config-airbnb/rules/strict.js 110 Bytes
c39994410   Ryan Glover   wip converting to...
1
2
3
4
5
6
  module.exports = {
    'rules': {
      // babel inserts `'use strict';` for us
      'strict': [2, 'never']
    }
  };