persona-community-5/.pnpm-store/v3/files/c7/11b07fa5106da782de4d8546e7777b53b8ac313c4d62d3c9bb64b240b9927fa8ae5aad53d0c2486cad7d9381d1914c71f09161d6cf6e901f3978a39451d41e
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

18 lines
428 B
Plaintext

/**
* @fileoverview Main package entrypoint.
* @author Nicholas C. Zakas
*/
"use strict";
//------------------------------------------------------------------------------
// Public Interface
//------------------------------------------------------------------------------
module.exports = {
configs: {
all: require("./configs/eslint-all"),
recommended: require("./configs/eslint-recommended")
}
};