FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
create-client/.eslintrc.cjs at main · api-platform/create-client · GitHub
api-platform
/
create-client
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
132
Star
376
Code
Issues
50
Pull requests
6
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
create-client
/
.eslintrc.cjs
Copy path
More file actions
More file actions
Latest commit
History
History
History
25 lines (25 loc) · 505 Bytes
Breadcrumbs
create-client
/
.eslintrc.cjs
Copy path
File metadata and controls
25 lines (25 loc) · 505 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
module
.
exports
=
{
'env'
:
{
'es6'
:
true
,
'jest'
:
true
,
'node'
:
true
,
'browser'
:
true
}
,
'parser'
:
'@babel/eslint-parser'
,
'parserOptions'
:
{
'ecmaVersion'
:
7
,
'sourceType'
:
'module'
}
,
'plugins'
:
[
'import'
]
,
'extends'
:
[
'plugin:prettier/recommended'
,
'eslint:recommended'
,
]
,
'rules'
:
{
'prettier/prettier'
:
'error'
,
'no-console'
:
0
,
'no-extra-semi'
:
'off'
,
'no-mixed-spaces-and-tabs'
:
'off'
,
'no-unexpected-multiline'
:
'off'
,
}
}
;
Back
|
FazBrowse Home
|
New Git URL