30 lines
		
	
	
		
			599 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			599 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
|   "root": true,
 | |
|   "parser": "babel-eslint",
 | |
|   "parserOptions": {
 | |
|     "sourceType": "module"
 | |
|   },
 | |
|   "env": {
 | |
|     "es6": true,
 | |
|     "node": true,
 | |
|     "browser": true
 | |
|   },
 | |
|   "plugins": ["prettier"],
 | |
|   "extends": ["eslint:recommended", "plugin:prettier/recommended"],
 | |
|   "globals": {
 | |
|     "Cesium": false
 | |
|   },
 | |
|   "rules": {
 | |
|     "global-require": 0,
 | |
|     "indent": 0,
 | |
|     "no-new": 0,
 | |
|     "camelcase": 0,
 | |
|     "padded-blocks": 0,
 | |
|     "no-unused-vars": 0,
 | |
|     "no-trailing-spaces": 0,
 | |
|     "no-mixed-spaces-and-tabs": 0,
 | |
|     "space-before-function-paren": [0, "always"],
 | |
|     "no-multiple-empty-lines": 0
 | |
|   }
 | |
| }
 |