Bruce MacDonald пре 1 година
родитељ
комит
3d8e39e321
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      .eslintrc.cjs
  2. 1 1
      package.json

+ 1 - 1
.eslintrc.cjs

@@ -25,4 +25,4 @@ module.exports = {
     'no-constant-condition': 0,
     'no-debugger': process.env.NODE_ENV === 'production' ? 2 : 0,
   },
-};
+}

+ 1 - 1
package.json

@@ -12,7 +12,7 @@
     "format": "prettier --write .",
     "test": "jest --config=jest.config.cjs ./test/*",
     "build": "mkdir -p dist && touch dist/cleanup && rm dist/* && tsc -b",
-    "lint": "eslint ./src/*" ,
+    "lint": "eslint ./src/*",
     "prepublishOnly": "npm run build"
   },
   "homepage": "https://github.com/ollama/ollama-js",