main
Last change
on this file 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
|
Rev | Line | |
---|
[d565449] | 1 | /**
|
---|
| 2 | * @fileoverview Main package entrypoint.
|
---|
| 3 | * @author Nicholas C. Zakas
|
---|
| 4 | */
|
---|
| 5 |
|
---|
| 6 | "use strict";
|
---|
| 7 |
|
---|
| 8 | //------------------------------------------------------------------------------
|
---|
| 9 | // Public Interface
|
---|
| 10 | //------------------------------------------------------------------------------
|
---|
| 11 |
|
---|
| 12 | module.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.