UNPKG
bem-techs-core
Version:
latest (0.3.1)
0.3.1
0.3.0
0.2.1
0.2.0
0.1.1
0.1.0
Core bem tech modules
bem/bem-techs-core
bem-techs-core
/
.jshintrc
18 lines
(16 loc)
•
290 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"camelcase"
:
true
,
"curly"
:
true
,
"newcap"
:
true
,
"noarg"
:
true
,
"noempty"
:
true
,
"nonew"
:
true
,
"eqeqeq"
:
true
,
"undef"
:
true
,
"unused"
:
true
,
"strict"
:
true
,
"trailing"
:
true
,
"node"
:
true
,
"quotmark"
:
"single"
,
"eqnull"
:
true
}