UNPKG
aframe-inspector
Version:
latest (1.7.0)
1.7.0
1.6.0
1.5.0
1.4.2
1.4.1
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
0.9.1
0.9.0
0.8.19
0.8.18
0.8.17
0.8.16
0.8.15
0.8.14
0.8.13
0.8.12
0.8.11
0.8.10
0.8.9
0.8.8
0.8.7
0.8.6
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.10
0.7.9
0.7.8
0.7.7
0.7.6
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.0
0.5.3
0.5.2
0.5.1
0.5.0
0.4.2
0.4.1
0.4.0
0.3.0
A visual inspector tool for A-Frame.
github.com/aframevr/aframe-inspector
aframevr/aframe-inspector
aframe-inspector
/
.stylelintrc
13 lines
(12 loc)
•
244 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"extends"
:
"stylelint-config-standard"
,
"plugins"
:
[
"stylelint-order"
]
,
"rules"
:
{
"selector-type-no-unknown"
:
[
true
,
"ignoreTypes"
:
[
"a-scene"
,
"a-entity"
]
]
,
"order/properties-alphabetical-order"
:
true
}
}