Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
evgnomon committed Nov 1, 2023
1 parent ac1c457 commit c074ee4
Show file tree
Hide file tree
Showing 3 changed files with 161 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"ecmaVersion": "latest",
"sourceType": "module"
},
"plugins": ["import", "mocha", "eslint-comments"],
"plugins": ["import", "mocha", "eslint-comments", "jsdoc"],
"extends": [
"eslint:recommended",
"plugin:eslint-comments/recommended",
Expand Down
147 changes: 147 additions & 0 deletions package-lock.json

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

16 changes: 13 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"types": "./types/index.d.ts",
"scripts": {
"build": "tsc --declaration --emitDeclarationOnly --outDir types --allowJs --declarationMap lib/index.js",
"lint": "eslint --max-warnings=0 '{src,test}/**/*.{js,jsx}' && tsc --noEmit -p ./tsconfig.json",
"lint": "eslint --max-warnings=0 '{src,test}/**/*.{js,jsx}' && tsc --noEmit",
"test": "mocha 'test/**/*.spec.{js,jsx}'",
"test:watch": "npm run test -- --watch --watch-files src,test",
"fmt:base": "prettier '{src,test}/**/*.{js,jsx}'",
Expand All @@ -27,6 +27,7 @@
"eslint": "^8.52.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-mocha": "^10.2.0",
"mocha": "^10.2.0",
"prettier": "^2.8.8",
Expand All @@ -45,6 +46,15 @@
},
"license": "MIT",
"description": "Clusterlean App SDK for JavaScript",
"files": ["lib", "types"],
"keywords": ["api", "clusterlean", "db", "memory", "sql"]
"files": [
"lib",
"types"
],
"keywords": [
"api",
"clusterlean",
"db",
"memory",
"sql"
]
}

0 comments on commit c074ee4

Please sign in to comment.