mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	chore(eslint): correctly pickup ts files as well
This commit is contained in:
		| @@ -1,4 +1,5 @@ | ||||
| import stylistic from "@stylistic/eslint-plugin"; | ||||
| import tsParser from "@typescript-eslint/parser"; | ||||
|  | ||||
| // eslint config just for formatting rules | ||||
| // potentially to be merged with the linting rules into one single config, | ||||
| @@ -20,6 +21,10 @@ export const stylisticRules = { | ||||
|  | ||||
| export default [ | ||||
|     { | ||||
|         files: [ "**/*.{js,ts,mjs,cjs}" ], | ||||
|         languageOptions: { | ||||
|             parser: tsParser | ||||
|         }, | ||||
|         plugins: { | ||||
|             "@stylistic": stylistic | ||||
|         }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user