Skip to content

Feature request: configuration option validAtRules (for UnknownAtRules), just like the existing validProperties (for UnknownProperty) #214

Open
@danielweck

Description

@danielweck

Code references:

export const Settings = {
ValidProperties: new Setting('validProperties', localize('rule.validProperties', "A list of properties that are not validated against the `unknownProperties` rule."), [])
};

UnknownProperty: new Rule('unknownProperties', localize('rule.unknownProperty', "Unknown property."), Warning),
UnknownAtRules: new Rule('unknownAtRules', localize('rule.unknownAtRules', "Unknown at-rule."), Warning),

Related issues:
#113
microsoft/typescript-styled-plugin#83
microsoft/typescript-styled-plugin#82
microsoft/typescript-styled-plugin#77

Related documentation:
https://github.com/microsoft/typescript-styled-plugin#validproperties

Metadata

Metadata

Assignees

Labels

feature-requestRequest for new features or functionality

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions