mirror of
				https://github.com/ethan-zf/cesium-plot-js.git
				synced 2025-11-04 01:04:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			249 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			249 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
module.exports = {
 | 
						|
  root: true,
 | 
						|
  env: { browser: true, es2020: true },
 | 
						|
  extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended'],
 | 
						|
  ignorePatterns: ['dist', '.eslintrc.cjs'],
 | 
						|
  parser: '@typescript-eslint/parser',
 | 
						|
  rules: {},
 | 
						|
};
 |