UNPKG

@fluidframework/eslint-config-fluid

Version:

Shareable ESLint config for the Fluid Framework

8 lines (6 loc) 249 B
/*! * Copyright (c) Microsoft Corporation and contributors. All rights reserved. * Licensed under the MIT License. */ export { base, recommended, strict, strictBiome } from "./flat.mjs"; export { server, serverRecommended } from "./server.mjs";