FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
wangEditor/.eslintrc.json at master · JavaDevelopRep/wangEditor · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
JavaDevelopRep
/
wangEditor
Public
forked from
wangeditor-team/wangEditor
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
wangEditor
/
.eslintrc.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
38 lines (38 loc) · 699 Bytes
Breadcrumbs
wangEditor
/
.eslintrc.json
Copy path
File metadata and controls
38 lines (38 loc) · 699 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
30
31
32
33
34
35
36
37
38
{
"env"
: {
"browser"
:
true
,
"commonjs"
:
true
,
"es6"
:
true
},
"globals"
: {
"ENV"
:
true
},
"extends"
:
"
eslint:recommended
"
,
"parserOptions"
: {
"sourceType"
:
"
module
"
},
"rules"
: {
"no-console"
:
0
,
"indent"
: [
"
error
"
,
4
],
"linebreak-style"
: [
"
error
"
,
"
unix
"
],
"quotes"
: [
"
error
"
,
"
single
"
,
{
"allowTemplateLiterals"
:
true
}
],
"semi"
: [
"
error
"
,
"
never
"
],
"no-unused-vars"
:
0
,
"no-debugger"
:
0
}
}
Back
|
FazBrowse Home
|
New Git URL