strict.js 112 Bytes Raw Blame History Permalink 1 2 3 4 5 6 module.exports = { rules: { // babel inserts `'use strict';` for us strict: ['error', 'never'] } };