mirror of
https://github.com/asadbek064/hyparquet.git
synced 2025-12-05 22:41:55 +00:00
Minor housekeeping
This commit is contained in:
parent
ebc233bc80
commit
5f3e8ee568
@ -10,7 +10,7 @@
|
||||
],
|
||||
"plugins": ["import", "jsdoc"],
|
||||
"rules": {
|
||||
"@typescript-eslint/no-explicit-any": "warn",
|
||||
"@typescript-eslint/no-explicit-any": "off",
|
||||
"@typescript-eslint/no-unused-vars": "warn",
|
||||
"arrow-spacing": "error",
|
||||
"camelcase": "off",
|
||||
|
||||
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,5 +2,5 @@ node_modules
|
||||
package-lock.json
|
||||
coverage
|
||||
*.tgz
|
||||
example.parquet
|
||||
.vscode
|
||||
/*.parquet
|
||||
|
||||
@ -29,13 +29,13 @@
|
||||
"devDependencies": {
|
||||
"@types/node": "20.12.8",
|
||||
"@typescript-eslint/eslint-plugin": "7.8.0",
|
||||
"@vitest/coverage-v8": "1.5.3",
|
||||
"@vitest/coverage-v8": "1.6.0",
|
||||
"eslint": "8.57.0",
|
||||
"eslint-plugin-import": "2.29.1",
|
||||
"eslint-plugin-jsdoc": "48.2.3",
|
||||
"http-server": "14.1.1",
|
||||
"hysnappy": "0.3.1",
|
||||
"typescript": "5.4.5",
|
||||
"vitest": "1.5.3"
|
||||
"vitest": "1.6.0"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user