Merge commit '36c66dd290d3ce6eb1ccd310d0c658d4a32bb8eb' as 'repos/effect'
This commit is contained in:
26
repos/effect/.oxlintrc.json
Normal file
26
repos/effect/.oxlintrc.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/oxc-project/oxc/main/npm/oxlint/configuration_schema.json",
|
||||
"extends": ["./packages/tools/oxc/oxlintrc.json"],
|
||||
"ignorePatterns": [
|
||||
"LLMS.md",
|
||||
"**/dist",
|
||||
"**/build",
|
||||
"**/docs",
|
||||
"**/.tsbuildinfo",
|
||||
"packages/effect/typeperf/**/*",
|
||||
"packages/**/CHANGELOG.md",
|
||||
"!scratchpad/**/*",
|
||||
".agents/**/*",
|
||||
".context/**/*",
|
||||
".specs/**/*"
|
||||
],
|
||||
"jsPlugins": ["@effect/oxc/oxlint"],
|
||||
"overrides": [{
|
||||
"files": ["**/{test,typetest,examples,ai-docs,benchmark,bundle,scripts,scratchpad}/**"],
|
||||
"rules": {
|
||||
"effect/no-bigint-literals": "off",
|
||||
"eslint/no-console": "off",
|
||||
"effect/no-import-from-barrel-package": "off"
|
||||
}
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user