FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
codetime-cli/eslint.config.js at main · codetime-dev/codetime-cli · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
codetime-dev
/
codetime-cli
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
1
Code
Issues
1
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
codetime-cli
/
eslint.config.js
Copy path
More file actions
More file actions
Latest commit
History
History
History
20 lines (19 loc) · 425 Bytes
Breadcrumbs
codetime-cli
/
eslint.config.js
Copy path
File metadata and controls
20 lines (19 loc) · 425 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
import
jannchie
from
'@jannchie/eslint-config'
export
default
jannchie
(
{
vue
:
true
,
}
,
{
name
:
'agent-time/overrides'
,
rules
:
{
// Conflicts with
@stylistic
/array-element-newline (which jannchie sets with minItems: 3 for ArrayPattern)
'antfu/consistent-list-newline'
:
'off'
,
}
,
}
,
{
name
:
'agent-time/ignores'
,
ignores
:
[
'packages/cli/bin/agent-time.mjs'
,
]
,
}
,
)
Back
|
FazBrowse Home
|
New Git URL