mirror of
				https://github.com/threeal/cmake-action.git
				synced 2025-11-04 05:43:42 +00:00 
			
		
		
		
	test(eslint): simplify TypeScript configuration
This commit is contained in:
		
							parent
							
								
									5e21f88018
								
							
						
					
					
						commit
						0e97ecbe0f
					
				@ -6,11 +6,7 @@
 | 
			
		||||
    {
 | 
			
		||||
      "files": ["**/*.mts", "**/*.ts"],
 | 
			
		||||
      "extends": ["plugin:@typescript-eslint/recommended"],
 | 
			
		||||
      "parser": "@typescript-eslint/parser",
 | 
			
		||||
      "parserOptions": {
 | 
			
		||||
        "project": ["tsconfig.json"]
 | 
			
		||||
      },
 | 
			
		||||
      "plugins": ["@typescript-eslint", "eslint-plugin-tsdoc"],
 | 
			
		||||
      "plugins": ["eslint-plugin-tsdoc"],
 | 
			
		||||
      "rules": {
 | 
			
		||||
        "tsdoc/syntax": "error"
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user