FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
allure-js/.oxlintrc.json at main · allure-framework/allure-js · GitHub
allure-framework
/
allure-js
Public
Notifications
You must be signed in to change notification settings
Fork
137
Star
281
Code
Issues
62
Pull requests
4
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
allure-js
/
.oxlintrc.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
17 lines (17 loc) · 409 Bytes
Breadcrumbs
allure-js
/
.oxlintrc.json
Copy path
File metadata and controls
17 lines (17 loc) · 409 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
{
"$schema"
:
"
https://raw.githubusercontent.com/oxc-project/oxc/refs/heads/main/npm/oxlint/configuration_schema.json
"
,
"plugins"
: [
"
typescript
"
,
"
import
"
,
"
jsdoc
"
,
"
node
"
],
"env"
: {
"browser"
:
true
,
"node"
:
true
},
"ignorePatterns"
: [
"
**/.yarn/**
"
,
"
**/node_modules/**
"
,
"
**/dist/**
"
,
"
**/out/**
"
,
"
**/.pnp.*
"
,
"
**/allure-report/**
"
,
"
**/test/fixtures/**
"
]
}
Back
|
FazBrowse Home
|
New Git URL