mirror of
				https://github.com/actions/download-artifact.git
				synced 2025-10-31 15:33:40 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			480 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			480 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "env": { "node": true, "jest": true },
 | |
|     "parser": "@typescript-eslint/parser",
 | |
|     "parserOptions": { "ecmaVersion": 9, "sourceType": "module" },
 | |
|     "extends": [
 | |
|       "eslint:recommended",
 | |
|       "plugin:@typescript-eslint/eslint-recommended",
 | |
|       "plugin:@typescript-eslint/recommended",
 | |
|       "plugin:import/errors",
 | |
|       "plugin:import/warnings",
 | |
|       "plugin:import/typescript",
 | |
|       "plugin:prettier/recommended"
 | |
|     ],
 | |
|     "plugins": ["@typescript-eslint"]
 | |
| }
 |