FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
TypeScript/src/.eslintrc.json at patch-14 · jablko/TypeScript · GitHub
jablko
/
TypeScript
Public
forked from
microsoft/TypeScript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
8
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
TypeScript
/
src
/
.eslintrc.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
33 lines (31 loc) · 948 Bytes
Breadcrumbs
TypeScript
/
src
/
.eslintrc.json
Copy path
File metadata and controls
33 lines (31 loc) · 948 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
{
"extends"
:
"
../.eslintrc.json
"
,
"parserOptions"
: {
"tsconfigRootDir"
:
"
src
"
,
"project"
:
"
./tsconfig-base.json
"
},
"rules"
: {
"@typescript-eslint/no-unnecessary-qualifier"
:
"
error
"
,
"@typescript-eslint/no-unnecessary-type-assertion"
:
"
error
"
},
"overrides"
: [
{
"files"
: [
"
lib/*.d.ts
"
],
"rules"
: {
"@typescript-eslint/interface-name-prefix"
:
"
off
"
,
"@typescript-eslint/prefer-function-type"
:
"
off
"
,
"@typescript-eslint/unified-signatures"
:
"
off
"
,
//
scripts/eslint/rules
"no-keywords"
:
"
off
"
,
//
eslint
"no-var"
:
"
off
"
}
},
{
"files"
: [
"
lib/es2019.array.d.ts
"
],
"rules"
: {
"@typescript-eslint/array-type"
:
"
off
"
}
}
]
}
Back
|
FazBrowse Home
|
New Git URL