mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	remove husky
This commit is contained in:
		| @@ -55,7 +55,6 @@ module.exports = { | ||||
|               'config', | ||||
|               'overrides', | ||||
|               'pnpm', | ||||
|               'husky', | ||||
|               'lint-staged', | ||||
|               'eslintConfig', | ||||
|             ], | ||||
|   | ||||
							
								
								
									
										1
									
								
								.husky/.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.husky/.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -1 +0,0 @@ | ||||
| _ | ||||
| @@ -1,4 +0,0 @@ | ||||
| #!/bin/sh | ||||
| . "$(dirname "$0")/_/husky.sh" | ||||
|  | ||||
| #npx lint-staged | ||||
							
								
								
									
										22
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										22
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							| @@ -98,7 +98,6 @@ | ||||
|         "eslint-plugin-import": "2.29.1", | ||||
|         "eslint-plugin-jsonc": "2.13.0", | ||||
|         "esm": "3.2.25", | ||||
|         "husky": "8.0.3", | ||||
|         "jasmine": "5.1.0", | ||||
|         "jsdoc": "4.0.2", | ||||
|         "jsonc-eslint-parser": "2.4.0", | ||||
| @@ -8040,21 +8039,6 @@ | ||||
|         "ms": "^2.0.0" | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/husky": { | ||||
|       "version": "8.0.3", | ||||
|       "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz", | ||||
|       "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==", | ||||
|       "dev": true, | ||||
|       "bin": { | ||||
|         "husky": "lib/bin.js" | ||||
|       }, | ||||
|       "engines": { | ||||
|         "node": ">=14" | ||||
|       }, | ||||
|       "funding": { | ||||
|         "url": "https://github.com/sponsors/typicode" | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/iconv-corefoundation": { | ||||
|       "version": "1.1.7", | ||||
|       "resolved": "https://registry.npmjs.org/iconv-corefoundation/-/iconv-corefoundation-1.1.7.tgz", | ||||
| @@ -21316,12 +21300,6 @@ | ||||
|         "ms": "^2.0.0" | ||||
|       } | ||||
|     }, | ||||
|     "husky": { | ||||
|       "version": "8.0.3", | ||||
|       "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz", | ||||
|       "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==", | ||||
|       "dev": true | ||||
|     }, | ||||
|     "iconv-corefoundation": { | ||||
|       "version": "1.1.7", | ||||
|       "resolved": "https://registry.npmjs.org/iconv-corefoundation/-/iconv-corefoundation-1.1.7.tgz", | ||||
|   | ||||
| @@ -32,8 +32,7 @@ | ||||
|     "test-es6": "node -r esm spec-es6/attribute_parser.spec.js ", | ||||
|     "test": "npm run test-jasmine && npm run test-es6", | ||||
|     "postinstall": "rimraf ./node_modules/canvas", | ||||
|     "lint": "eslint .  --cache", | ||||
|     "prepare": "husky install || echo 'Husky install failed, expected on flatpak build'" | ||||
|     "lint": "eslint .  --cache" | ||||
|   }, | ||||
|   "dependencies": { | ||||
|     "@braintree/sanitize-url": "6.0.4", | ||||
| @@ -121,7 +120,6 @@ | ||||
|     "eslint-plugin-import": "2.29.1", | ||||
|     "eslint-plugin-jsonc": "2.13.0", | ||||
|     "esm": "3.2.25", | ||||
|     "husky": "8.0.3", | ||||
|     "jasmine": "5.1.0", | ||||
|     "jsdoc": "4.0.2", | ||||
|     "jsonc-eslint-parser": "2.4.0", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user