DIR: /proc/1784574/task/1784574/root/usr/share/nodejs/eslint-config-eslint/ |
Current File : //proc/1784574/task/1784574/root/usr/share/nodejs/eslint-config-eslint/index.js |
/** * @fileoverview Index file to allow YAML file to be loaded * @author Teddy Katz */ "use strict"; module.exports = { extends: ["./default.yml"] }; |