-
Notifications
You must be signed in to change notification settings - Fork 400
-
I'm looking for a community-driven configuration for PSScriptAnalyzer that enforces a consistent coding style—similar to how the Airbnb preset provides a standardized rule set for ESLint in the JavaScript ecosystem. Has anyone encountered or created such a preset? I’d appreciate details on any available configuration files, repositories, or guides that package best practices and styling rules for PowerShell. Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
PSSA ships with a bunch of them and we are open to people contribute theirs. Have a look at Engine/Settings folder, those files are shipped with PSSA and those styles are also referenced by vs code extension
Beta Was this translation helpful? Give feedback.