UNPKG

366 BTypeScriptView Raw
1export declare const codeBlocks: {
2 parserOptions: {
3 ecmaFeatures: {
4 impliedStrict: true;
5 };
6 };
7 rules: {
8 'eol-last': "off";
9 'no-undef': "off";
10 'no-unused-expressions': "off";
11 'no-unused-vars': "off";
12 'padded-blocks': "off";
13 strict: "off";
14 'unicode-bom': "off";
15 };
16};