| 
									
										
										
										
											2017-04-01 21:34:10 +03:00
										 |  |  | module.exports = { | 
					
						
							|  |  |  |   'env': { | 
					
						
							|  |  |  |     'es6': true, | 
					
						
							|  |  |  |     'jasmine': true, | 
					
						
							|  |  |  |     'node': true | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   'extends': [ | 
					
						
							|  |  |  |     'eslint:recommended', | 
					
						
							|  |  |  |     'plugin:jasmine/recommended' | 
					
						
							|  |  |  |   ], | 
					
						
							|  |  |  |   'plugins': [ | 
					
						
							|  |  |  |     'jasmine' | 
					
						
							|  |  |  |   ], | 
					
						
							|  |  |  |   'rules': { | 
					
						
							|  |  |  |     'indent': ['error', 2], | 
					
						
							|  |  |  |     'linebreak-style': ['error', 'unix'], | 
					
						
							|  |  |  |     'quotes': ['error', 'single'], | 
					
						
							| 
									
										
										
										
											2017-10-25 15:02:01 +01:00
										 |  |  |     'semi': ['error', 'always'], | 
					
						
							|  |  |  |     'jasmine/new-line-before-expect': 0 | 
					
						
							| 
									
										
										
										
											2017-04-01 21:34:10 +03:00
										 |  |  |   } | 
					
						
							|  |  |  | }; |