@code-pushup/eslint-plugin
Version:
Code PushUp plugin for detecting problems in source code using ESLint.📋
5 lines • 328 B
JavaScript
import { eslintPlugin } from './lib/eslint-plugin.js';
export default eslintPlugin;
export { ESLINT_PLUGIN_SLUG } from './lib/constants.js';
export { eslintConfigFromAllNxProjects, eslintConfigFromNxProject, eslintConfigFromNxProjectAndDeps, eslintConfigFromNxProjects, } from './lib/nx/nx.js';
//# sourceMappingURL=index.js.map