Files
lexical/packages/lexical-eslint-plugin/LexicalEslintPlugin.js

13 lines
407 B
JavaScript

/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*/
'use strict';
// This file is here for bootstrapping reasons so we can use it without
// building anything and still comply with the monorepo conventions
module.exports = require('./src/LexicalEslintPlugin.js');