source: imaps-frontend/node_modules/@eslint/js/src/index.js@ d565449

main
Last change on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 428 bytes
Line 
1/**
2 * @fileoverview Main package entrypoint.
3 * @author Nicholas C. Zakas
4 */
5
6"use strict";
7
8//------------------------------------------------------------------------------
9// Public Interface
10//------------------------------------------------------------------------------
11
12module.exports = {
13 configs: {
14 all: require("./configs/eslint-all"),
15 recommended: require("./configs/eslint-recommended")
16 }
17};
Note: See TracBrowser for help on using the repository browser.