mirror of
				https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
				synced 2025-11-01 06:11:09 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			301 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			301 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "ignorePatterns": ["*.min.js", "src/vendor/*.js"],
 | |
|     "env": {
 | |
|         "browser": true,
 | |
|         "es2021": true,
 | |
|         "node": true
 | |
|     },
 | |
|     "extends": "eslint:recommended",
 | |
|     "parserOptions": {
 | |
|         "ecmaVersion": "latest",
 | |
|         "sourceType": "module"
 | |
|     },
 | |
|     "rules": {
 | |
|     }
 | |
| }
 | 
