UNPKG

eslint-config-atomic

Version:
10 lines (9 loc) 260 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.yamlConfig = void 0; exports.yamlConfig = { // YAML files files: ["*.yaml", "*.yml"], plugins: ["yaml", "only-warn"], extends: ["plugin:yaml/recommended"], };