38 lines
		
	
	
		
			740 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			740 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # Linter Documentation:
 | |
| # https://github.com/sasstools/sass-lint/tree/v1.13.1/docs/options
 | |
| 
 | |
| files:
 | |
|   include: app/javascript/styles/**/*.scss
 | |
|   ignore:
 | |
|     - app/javascript/styles/mastodon/reset.scss
 | |
| 
 | |
| rules:
 | |
|   # Disallows
 | |
|   no-color-literals: 0
 | |
|   no-css-comments: 0
 | |
|   no-duplicate-properties: 0
 | |
|   no-ids: 0
 | |
|   no-important: 0
 | |
|   no-mergeable-selectors: 0
 | |
|   no-misspelled-properties: 0
 | |
|   no-qualifying-elements: 0
 | |
|   no-transition-all: 0
 | |
|   no-vendor-prefixes: 0
 | |
| 
 | |
|   # Nesting
 | |
|   force-element-nesting: 0
 | |
|   force-attribute-nesting: 0
 | |
|   force-pseudo-nesting: 0
 | |
| 
 | |
|   # Name Formats
 | |
|   class-name-format: 0
 | |
|   leading-zero: 0
 | |
| 
 | |
|   # Style Guide
 | |
|   attribute-quotes: 0
 | |
|   hex-length: 0
 | |
|   indentation: 0
 | |
|   nesting-depth: 0
 | |
|   property-sort-order: 0
 | |
|   quotes: 0
 |