Save current BZZZ config-ui state before CHORUS branding update
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
		
							
								
								
									
										13
									
								
								install/config-ui/node_modules/eslint/messages/invalid-rule-severity.js
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								install/config-ui/node_modules/eslint/messages/invalid-rule-severity.js
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,13 @@ | ||||
| "use strict"; | ||||
|  | ||||
| const { stringifyValueForError } = require("./shared"); | ||||
|  | ||||
| module.exports = function({ ruleId, value }) { | ||||
|     return ` | ||||
| Configuration for rule "${ruleId}" is invalid. Expected severity of "off", 0, "warn", 1, "error", or 2. | ||||
|  | ||||
| You passed '${stringifyValueForError(value, 4)}'. | ||||
|  | ||||
| See https://eslint.org/docs/latest/use/configure/rules#using-configuration-files for configuring rules. | ||||
| `.trimStart(); | ||||
| }; | ||||
		Reference in New Issue
	
	Block a user
	 anthonyrawlins
					anthonyrawlins