19 lines
		
	
	
		
			287 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			287 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
  "extends": [
 | 
						|
    "eslint:recommended",
 | 
						|
    "plugin:import/errors",
 | 
						|
    "plugin:import/warnings",
 | 
						|
    "angular"
 | 
						|
  ],
 | 
						|
  "parser": "babel-eslint",
 | 
						|
  "settings": {
 | 
						|
    "import/ignore": [
 | 
						|
      "node_modules",
 | 
						|
      "\\.tpl\\.html$"
 | 
						|
    ]
 | 
						|
  },
 | 
						|
  "globals": {
 | 
						|
    "FileReader": true
 | 
						|
  }
 | 
						|
}
 |