mirror of
				https://github.com/scinote-eln/scinote-web.git
				synced 2025-11-04 03:59:08 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			34 lines
		
	
	
	
		
			456 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
	
		
			456 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "extends": "google",
 | 
						|
  "env": {
 | 
						|
    "browser": true,
 | 
						|
    "jquery": true
 | 
						|
  },
 | 
						|
  "rules": {
 | 
						|
    "spaced-comment": [
 | 
						|
      "error",
 | 
						|
      "always",
 | 
						|
      {
 | 
						|
        "markers": [
 | 
						|
          "="
 | 
						|
        ]
 | 
						|
      }
 | 
						|
    ],
 | 
						|
    "lines-around-comment": [
 | 
						|
      "warn",
 | 
						|
      {
 | 
						|
        "beforeLineComment": false
 | 
						|
      }
 | 
						|
    ],
 | 
						|
    "quotes": [
 | 
						|
      "error",
 | 
						|
      "single",
 | 
						|
      {
 | 
						|
        "avoidEscape": true
 | 
						|
      }
 | 
						|
    ]
 | 
						|
  },
 | 
						|
  "globals": {
 | 
						|
    "_": true
 | 
						|
  }
 | 
						|
}
 |