Skip to content

Commit

Permalink
fix: willboosterify this repo
Browse files Browse the repository at this point in the history
  • Loading branch information
WillBooster-bot committed Oct 20, 2024
1 parent 84c8688 commit 9a02f84
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .lintstagedrc.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
const fs = require('fs');
const path = require('path');

module.exports = {
Expand Down
1 change: 1 addition & 0 deletions packages/babel-configs/.lintstagedrc.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
const fs = require('fs');
const path = require('path');

module.exports = {
Expand Down
1 change: 1 addition & 0 deletions packages/biome-config/.lintstagedrc.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
const fs = require('fs');
const path = require('path');

module.exports = {
Expand Down
1 change: 1 addition & 0 deletions packages/eslint-config-blitz-next/.lintstagedrc.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
const fs = require('fs');
const path = require('path');
const micromatch = require('micromatch');

Expand Down
1 change: 1 addition & 0 deletions packages/eslint-config-js-react/.lintstagedrc.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
const fs = require('fs');
const path = require('path');
const micromatch = require('micromatch');

Expand Down
1 change: 1 addition & 0 deletions packages/eslint-config-js/.lintstagedrc.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
const fs = require('fs');
const path = require('path');
const micromatch = require('micromatch');

Expand Down
1 change: 1 addition & 0 deletions packages/eslint-config-next/.lintstagedrc.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
const fs = require('fs');
const path = require('path');
const micromatch = require('micromatch');

Expand Down
1 change: 1 addition & 0 deletions packages/eslint-config-ts-react/.lintstagedrc.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
const fs = require('fs');
const path = require('path');
const micromatch = require('micromatch');

Expand Down
1 change: 1 addition & 0 deletions packages/eslint-config-ts/.lintstagedrc.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
const fs = require('fs');
const path = require('path');
const micromatch = require('micromatch');

Expand Down
1 change: 1 addition & 0 deletions packages/prettier-config/.lintstagedrc.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
const fs = require('fs');
const path = require('path');

module.exports = {
Expand Down
1 change: 1 addition & 0 deletions packages/rollup-configs/.lintstagedrc.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
const fs = require('fs');
const path = require('path');

module.exports = {
Expand Down
1 change: 1 addition & 0 deletions packages/shared/.lintstagedrc.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
const fs = require('fs');
const path = require('path');
const micromatch = require('micromatch');

Expand Down

0 comments on commit 9a02f84

Please sign in to comment.