You've already forked joplin
							
							
				mirror of
				https://github.com/laurent22/joplin.git
				synced 2025-10-31 00:07:48 +02:00 
			
		
		
		
	Tools: Added rules to linter
This commit is contained in:
		| @@ -45,3 +45,4 @@ Server/docs/ | ||||
| Server/dist/ | ||||
| Server/bin/ | ||||
| Server/node_modules/ | ||||
| ElectronClient/app/packageInfo.js | ||||
| @@ -72,7 +72,11 @@ module.exports = { | ||||
| 			"anonymous": "never", | ||||
| 			"named": "never", | ||||
| 			"asyncArrow": "always" | ||||
| 		}] | ||||
| 		}], | ||||
| 		"multiline-comment-style": ["error", "separate-lines"], | ||||
| 		"space-before-blocks": "error", | ||||
| 		"spaced-comment": ["error", "always"], | ||||
| 		"keyword-spacing": ["error", { "before": true, "after": true }] | ||||
| 	}, | ||||
| 	"plugins": [ | ||||
| 		"react", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user