FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
wordpress-develop-fork/.jshintrc at trunk · bengreeley/wordpress-develop-fork · GitHub
bengreeley
/
wordpress-develop-fork
Public
forked from
WordPress/wordpress-develop
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
wordpress-develop-fork
/
.jshintrc
Copy path
More file actions
More file actions
Latest commit
History
History
History
29 lines (27 loc) · 422 Bytes
Breadcrumbs
wordpress-develop-fork
/
.jshintrc
Copy path
File metadata and controls
29 lines (27 loc) · 422 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"boss"
:
true
,
"curly"
:
true
,
"eqeqeq"
:
true
,
"eqnull"
:
true
,
"esversion"
:
3
,
"expr"
:
true
,
"immed"
:
true
,
"noarg"
:
true
,
"nonbsp"
:
true
,
"onevar"
:
true
,
"quotmark"
:
"
single
"
,
"trailing"
:
true
,
"undef"
:
true
,
"unused"
:
true
,
"browser"
:
true
,
"globals"
: {
"_"
:
false
,
"Backbone"
:
false
,
"jQuery"
:
false
,
"JSON"
:
false
,
"wp"
:
false
,
"export"
:
false
,
"module"
:
false
,
"require"
:
false
}
}
Back
|
FazBrowse Home
|
New Git URL