Commit 14f444c
committed
Enable PrivateNamingConvention scss-lint rule
Since we mention that prefixing names with underscores is an acceptable
way to denote that they are private, we want to enforce that they are
defined within the same file that they are used. The new
PrivateNamingConvention rule in scss-lint is designed for this purpose.1 parent 3f3c91c commit 14f444c
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
24 | 28 | | |
25 | 29 | | |
26 | 30 | | |
| |||
0 commit comments