Skip to content

Commit

Permalink
wip: index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lumirlumir committed Jan 14, 2025
1 parent e4aed57 commit b7973c6
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions packages/eslint-config-bananass-react/src/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
/**
* @fileoverview Entry file for the `eslint-config-bananass-react` package.
* @module eslint-config-bananass-react
*/

// --------------------------------------------------------------------------------
// Require
// --------------------------------------------------------------------------------

const recommended = require('./configs/recommended');
const { name, version } = require('../package.json');

// --------------------------------------------------------------------------------
// Exports
// --------------------------------------------------------------------------------

module.exports = {
meta: {
name,
version,
},
configs: {
recommended,
},
};

0 comments on commit b7973c6

Please sign in to comment.