UNPKG

110 BJavaScriptView Raw
1module.exports = {
2 'rules': {
3 // babel inserts `'use strict';` for us
4 'strict': [2, 'never']
5 }
6};