UNPKG

499 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.codeBlocks = void 0;
4exports.codeBlocks = {
5 parserOptions: {
6 ecmaFeatures: {
7 impliedStrict: true,
8 },
9 },
10 rules: {
11 'eol-last': 'off',
12 'no-undef': 'off',
13 'no-unused-expressions': 'off',
14 'no-unused-vars': 'off',
15 'padded-blocks': 'off',
16 strict: 'off',
17 'unicode-bom': 'off',
18 },
19};
20//# sourceMappingURL=code-blocks.js.map
\No newline at end of file