UNPKG

116 BJavaScriptView Raw
1"use strict";
2
3module.exports = {
4 rules: {
5 // enforce use of global `use strict`
6 strict: [2, "global"],
7 },
8};