Skip to content

Commit

Permalink
Bump kimi cli 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonTian committed Sep 14, 2024
1 parent 52e1a36 commit f845fbd
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 51 deletions.
96 changes: 48 additions & 48 deletions kimi-cli/eslint.config.js
Original file line number Diff line number Diff line change
@@ -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
}
}

];
4 changes: 2 additions & 2 deletions kimi-cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion kimi-cli/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit f845fbd

Please sign in to comment.