| 
									
										
										
										
											2020-01-21 23:48:26 +08:00
										 |  |  | module.exports = { | 
					
						
							|  |  |  |   extends: "stylelint-config-standard", | 
					
						
							| 
									
										
										
										
											2023-04-21 15:34:41 +08:00
										 |  |  |   customSyntax: "postcss-scss", | 
					
						
							| 
									
										
										
										
											2024-10-13 02:46:18 +08:00
										 |  |  |   ignoreFiles: ["src/main/scss/_bootstrap.scss"], | 
					
						
							| 
									
										
										
										
											2020-01-21 23:48:26 +08:00
										 |  |  |   rules: { | 
					
						
							| 
									
										
										
										
											2022-07-07 23:18:03 +08:00
										 |  |  |     "no-descending-specificity": null, | 
					
						
							|  |  |  |     "selector-class-pattern": "[a-z]", | 
					
						
							|  |  |  |     "selector-id-pattern": "[a-z]", | 
					
						
							|  |  |  |     "custom-property-pattern": "[a-z]", | 
					
						
							|  |  |  |     "value-keyword-case": [ | 
					
						
							|  |  |  |       "lower", | 
					
						
							|  |  |  |       { | 
					
						
							|  |  |  |         camelCaseSvgKeywords: true, | 
					
						
							|  |  |  |       }, | 
					
						
							|  |  |  |     ], | 
					
						
							|  |  |  |     "property-no-vendor-prefix": null, | 
					
						
							| 
									
										
										
										
											2023-04-21 15:34:41 +08:00
										 |  |  |     "at-rule-no-unknown": [ | 
					
						
							|  |  |  |       true, | 
					
						
							|  |  |  |       { | 
					
						
							|  |  |  |         ignoreAtRules: [ | 
					
						
							|  |  |  |           "function", | 
					
						
							|  |  |  |           "if", | 
					
						
							|  |  |  |           "each", | 
					
						
							|  |  |  |           "include", | 
					
						
							|  |  |  |           "mixin", | 
					
						
							|  |  |  |           "for", | 
					
						
							|  |  |  |           "use", | 
					
						
							|  |  |  |         ], | 
					
						
							|  |  |  |       }, | 
					
						
							|  |  |  |     ], | 
					
						
							| 
									
										
										
										
											2022-07-07 23:18:03 +08:00
										 |  |  |     "alpha-value-notation": "number", | 
					
						
							|  |  |  |     "number-max-precision": 5, | 
					
						
							|  |  |  |     "function-no-unknown": null, | 
					
						
							|  |  |  |     "no-duplicate-selectors": null, | 
					
						
							|  |  |  |     "hue-degree-notation": "number", | 
					
						
							|  |  |  |   }, | 
					
						
							| 
									
										
										
										
											2020-01-21 23:48:26 +08:00
										 |  |  | }; |