9 lines
		
	
	
		
			182 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			182 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| SCRIPT_DIR=$(dirname "$0")
 | |
| 
 | |
| cp "$SCRIPT_DIR/../config/lint/eslint.config.mjs" .
 | |
| 
 | |
| npm i --save-dev @eslint/js typescript-eslint @stylistic/eslint-plugin eslint-plugin-vue
 | |
| 
 |