FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
angular-strap/.eslintrc at master · JavaScript-Resource/angular-strap · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
JavaScript-Resource
/
angular-strap
Public
forked from
mgcrea/angular-strap
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
angular-strap
/
.eslintrc
Copy path
More file actions
More file actions
Latest commit
History
History
History
13 lines (13 loc) · 237 Bytes
Breadcrumbs
angular-strap
/
.eslintrc
Copy path
File metadata and controls
13 lines (13 loc) · 237 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
{
"extends"
:
"
mgcrea/legacy
"
,
"rules"
: {
"consistent-return"
:
1
,
"padded-blocks"
:
0
,
"no-param-reassign"
:
1
,
"no-shadow"
:
1
,
"space-before-function-paren"
: [
2
,
"
always
"
]
},
"globals"
: {
"angular"
:
1
}
}
Back
|
FazBrowse Home
|
New Git URL