mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 11:03:30 +01:00
chore: fixup exports and move prettier/lintstaged to mjs
This commit is contained in:
@@ -1 +0,0 @@
|
||||
module.exports = require('../../.lintstagedrc.json');
|
||||
1
packages/proxy-container/.lintstagedrc.js
Normal file
1
packages/proxy-container/.lintstagedrc.js
Normal file
@@ -0,0 +1 @@
|
||||
export * from '../../.lintstagedrc.json' assert { type: 'json' };
|
||||
@@ -1 +0,0 @@
|
||||
module.exports = require('../../.prettierrc.json');
|
||||
1
packages/proxy-container/.prettierrc.js
Normal file
1
packages/proxy-container/.prettierrc.js
Normal file
@@ -0,0 +1 @@
|
||||
export * from '../../.prettierrc.json' assert { type: 'json' };
|
||||
Reference in New Issue
Block a user