lhl 6ff0e96ad3 8-4-1 há 1 ano atrás
..
README.md 6ff0e96ad3 8-4-1 há 1 ano atrás
index.js 6ff0e96ad3 8-4-1 há 1 ano atrás

README.md

selector-attribute-operator-disallowed-list

Specify a list of disallowed attribute operators.

[target="_blank"] {}
/**    ↑
 * This operator */

Options

array|string: ["array", "of", "operators"]|"operator"

Given:

["*="]

The following patterns are considered violations:

[class*="test"] {}

The following patterns are not considered violations:

[target] {}
[target="_blank"] {}
[class|="top"] {}