UNPKG

@cspell/eslint-plugin

Version:
16 lines 651 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultCheckedScopes = void 0; exports.defaultCheckedScopes = [ ['YAMLPair YAMLScalar', true], ['YAMLSequence YAMLScalar', true], ['JSONProperty JSONLiteral', true], ['JSONArrayExpression JSONLiteral', true], // ['YAMLPair[key] YAMLScalar', true], // ['YAMLPair[value] YAMLScalar', true], // ['YAMLSequence[entries] YAMLScalar', true], // ['JSONProperty[key] JSONLiteral', true], // ['JSONProperty[value] JSONLiteral', true], // ['JSONArrayExpression[elements] JSONLiteral', true], ]; //# sourceMappingURL=customScopes.cjs.map