glide.ui.syntax_editor.linter
ServiceNow property description:
Controls if Code Validation is globally on or off by default in the script editor
Attributes
- Sys ID: 18226502eb200200838f8c505206fe9a
- Type: true | false
- Application: Global
- Default value: true

AI generated property description:
The ServiceNow property `glide.ui.syntax_editor.linter` controls whether Code Validation is enabled or disabled by default in the script editor. This property ensures that the script editor provides real-time feedback on code quality and potential errors. When set to true, the linter is active, helping developers identify and correct issues as they write code. Conversely, setting it to false disables this feature, which might be useful in scenarios where performance is a concern or for users who prefer to validate their code manually. This property is part of the broader set of configurations available for customizing the behavior of the syntax editor in ServiceNow.
Source