Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
r4zendev committed Jan 22, 2025
1 parent 01f5716 commit 5eeb0ac
Show file tree
Hide file tree
Showing 51 changed files with 2,589 additions and 2,033 deletions.
5 changes: 5 additions & 0 deletions packages/bullmq/.eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
node_modules
dist
.eslintrc.cjs
rollup.config.js
babel.config.js
8 changes: 8 additions & 0 deletions packages/bullmq/.eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/** @type {import('eslint').Linter.Config} */
module.exports = {
extends: ['@ballerine/eslint-config'],
parserOptions: {
tsconfigRootDir: __dirname,
project: 'tsconfig.json',
},
};
7 changes: 7 additions & 0 deletions packages/bullmq/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.idea
.vscode
.env*
dist
*.log
vite.config.ts.timestamp-*.mjs
node_modules
2 changes: 2 additions & 0 deletions packages/bullmq/.prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
dist
1 change: 1 addition & 0 deletions packages/bullmq/.prettierrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('../config/prettierrc.base.cjs');
Loading

0 comments on commit 5eeb0ac

Please sign in to comment.