diff --git a/kimi-cli/eslint.config.js b/kimi-cli/eslint.config.js index 2e6fab0..557384f 100644 --- a/kimi-cli/eslint.config.js +++ b/kimi-cli/eslint.config.js @@ -1,54 +1,54 @@ import pluginJs from '@eslint/js'; export default [ - pluginJs.configs.recommended, - { - languageOptions: { - globals: { - console: "readonly", - } - }, - 'rules': { - 'indent': [ - 2, - 2 - ], - 'quotes': [ - 2, - 'single' - ], - 'linebreak-style': [ - 2, - 'unix' - ], - 'semi': [2, 'always'], - 'strict': [2, 'global'], - 'curly': 2, - 'eqeqeq': 2, - 'no-eval': 2, - 'guard-for-in': 2, - 'no-caller': 2, - 'no-else-return': 2, - 'no-eq-null': 2, - 'no-extend-native': 2, - 'no-extra-bind': 2, - 'no-floating-decimal': 2, - 'no-implied-eval': 2, - 'no-labels': 2, - 'no-with': 2, - 'no-loop-func': 1, - 'no-native-reassign': 2, - 'no-redeclare': [2, { 'builtinGlobals': true }], - 'no-delete-var': 2, - 'no-shadow-restricted-names': 2, - 'no-undef-init': 2, - 'no-use-before-define': 2, - 'no-unused-vars': [2, { 'args': 'none', 'caughtErrors': 'none' }], - 'no-undef': 2, - 'callback-return': [2, ['callback', 'cb', 'next']], - 'global-require': 0, - 'no-console': 0 - } + pluginJs.configs.recommended, + { + languageOptions: { + globals: { + console: 'readonly', + } + }, + 'rules': { + 'indent': [ + 2, + 2 + ], + 'quotes': [ + 2, + 'single' + ], + 'linebreak-style': [ + 2, + 'unix' + ], + 'semi': [2, 'always'], + 'strict': [2, 'global'], + 'curly': 2, + 'eqeqeq': 2, + 'no-eval': 2, + 'guard-for-in': 2, + 'no-caller': 2, + 'no-else-return': 2, + 'no-eq-null': 2, + 'no-extend-native': 2, + 'no-extra-bind': 2, + 'no-floating-decimal': 2, + 'no-implied-eval': 2, + 'no-labels': 2, + 'no-with': 2, + 'no-loop-func': 1, + 'no-native-reassign': 2, + 'no-redeclare': [2, { 'builtinGlobals': true }], + 'no-delete-var': 2, + 'no-shadow-restricted-names': 2, + 'no-undef-init': 2, + 'no-use-before-define': 2, + 'no-unused-vars': [2, { 'args': 'none', 'caughtErrors': 'none' }], + 'no-undef': 2, + 'callback-return': [2, ['callback', 'cb', 'next']], + 'global-require': 0, + 'no-console': 0 } + } ]; \ No newline at end of file diff --git a/kimi-cli/package-lock.json b/kimi-cli/package-lock.json index 103d529..5307d17 100644 --- a/kimi-cli/package-lock.json +++ b/kimi-cli/package-lock.json @@ -1,12 +1,12 @@ { "name": "@jacksontian/kimi-cli", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@jacksontian/kimi-cli", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "dependencies": { "@jacksontian/kimi": "^1.2.1", diff --git a/kimi-cli/package.json b/kimi-cli/package.json index d39808e..c49cc53 100644 --- a/kimi-cli/package.json +++ b/kimi-cli/package.json @@ -1,6 +1,6 @@ { "name": "@jacksontian/kimi-cli", - "version": "1.0.0", + "version": "1.1.0", "description": "The CLI for Moonshot AI", "main": "lib/kimi.js", "bin": {