mirror of
				https://github.com/actions/download-artifact.git
				synced 2025-11-04 03:33:40 +00:00 
			
		
		
		
	* V2 Preview (#19) * V2 Setup * Add end-to-end tests * Update tests * Update tests * Update tests * Update tests again * Misc Updates * Improve logs * Update release * Update README.md * @actions/artifact v0.2.0 * Update to the latest version of the @actions/artifact package * Update @actions/artifact to 0.3.1 * Misc Updates * Add .gitattributes * Update Readme * Update test YAML
		
			
				
	
	
		
			16 lines
		
	
	
		
			516 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			516 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",
 | 
						|
      "prettier/@typescript-eslint"
 | 
						|
    ],
 | 
						|
    "plugins": ["@typescript-eslint"]
 | 
						|
} |