43 lines
		
	
	
		
			559 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			559 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
  "extends": [
 | 
						|
    "egg"
 | 
						|
  ],
 | 
						|
  "globals": {
 | 
						|
    "$": true,
 | 
						|
    "DataSet": true,
 | 
						|
    "Hierarchy": true,
 | 
						|
    "G2": true
 | 
						|
  },
 | 
						|
  "parser": "babel-eslint",
 | 
						|
  "parserOptions": {
 | 
						|
    "sourceType": "module"
 | 
						|
  },
 | 
						|
  "plugins": [
 | 
						|
    "html"
 | 
						|
  ],
 | 
						|
  "rules": {
 | 
						|
    "no-bitwise": [
 | 
						|
      0
 | 
						|
    ],
 | 
						|
    "experimentalDecorators": [
 | 
						|
      0
 | 
						|
    ],
 | 
						|
    "comma-dangle": [
 | 
						|
      "error",
 | 
						|
      "never"
 | 
						|
    ],
 | 
						|
    "no-console": [
 | 
						|
      "error",
 | 
						|
      {
 | 
						|
        "allow": [
 | 
						|
          "warn",
 | 
						|
          "error"
 | 
						|
        ]
 | 
						|
      }
 | 
						|
    ],
 | 
						|
    "linebreak-style": [
 | 
						|
      0
 | 
						|
    ]
 | 
						|
  }
 | 
						|
}
 |