UNPKG

115 BJavaScriptView Raw
1"use strict";
2
3var OFF = 0;
4var WARN = 1;
5var ERROR = 2;
6module.exports = {
7 rules: {
8 'no-console': OFF
9 }
10};
\No newline at end of file