DIR: /proc/self/root/usr/share/nodejs/eslint-config-eslint/ |
Current File : //proc/self/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"] }; |