UNPKG

ec0lint-config-ec0lint

Version:

Default ec0lint configuration for ec0lint projects

10 lines (8 loc) 158 B
/** * @fileoverview Index file to allow YAML file to be loaded * @author Teddy Katz */ "use strict"; module.exports = { extends: ["./default.yml"] };