kopia lustrzana https://github.com/shoelace-style/shoelace
				
				
				
			
		
			
				
	
	
		
			19 wiersze
		
	
	
		
			389 B
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			19 wiersze
		
	
	
		
			389 B
		
	
	
	
		
			JavaScript
		
	
	
/* eslint-env node */
 | 
						|
module.exports = {
 | 
						|
  arrowParens: 'avoid',
 | 
						|
  bracketSpacing: true,
 | 
						|
  htmlWhitespaceSensitivity: 'css',
 | 
						|
  insertPragma: false,
 | 
						|
  bracketSameLine: false,
 | 
						|
  jsxSingleQuote: false,
 | 
						|
  printWidth: 120,
 | 
						|
  proseWrap: 'preserve',
 | 
						|
  quoteProps: 'as-needed',
 | 
						|
  requirePragma: false,
 | 
						|
  semi: true,
 | 
						|
  singleQuote: true,
 | 
						|
  tabWidth: 2,
 | 
						|
  trailingComma: 'none',
 | 
						|
  useTabs: false
 | 
						|
};
 |