meocord 1.6.0-beta.3 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/meocord.eslint.d.ts +1 -2
- package/package.json +1 -1
package/meocord.eslint.d.ts
CHANGED
|
@@ -5,12 +5,11 @@
|
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import type { Linter } from 'eslint'
|
|
8
|
-
import type { TSESLint } from '@typescript-eslint/utils'
|
|
9
8
|
|
|
10
9
|
/**
|
|
11
10
|
* Pre-configured TypeScript ESLint config for MeoCord projects.
|
|
12
11
|
*/
|
|
13
|
-
export declare const typescriptConfig:
|
|
12
|
+
export declare const typescriptConfig: Linter.Config
|
|
14
13
|
|
|
15
14
|
/**
|
|
16
15
|
* Default MeoCord ESLint configuration.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "meocord",
|
|
3
3
|
"description": "MeoCord is a lightweight and modular framework for building scalable Discord bots using TypeScript and Discord.js. It simplifies bot development with an extensible architecture, TypeScript-first approach, and powerful CLI tools.",
|
|
4
|
-
"version": "1.6.0
|
|
4
|
+
"version": "1.6.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"lint": "eslint --fix . && tsc --noEmit && tsc --noEmit --project tsconfig.test.json",
|