mirror of
https://github.com/danbulant/oxc
synced 2026-05-20 04:38:54 +00:00
- [x] Remove old task(Rust ver) - [x] Migrate to new task(JS ver) - [x] Confirm CI works w/o `--output` - https://github.com/oxc-project/oxc/actions/runs/7663961642/job/20887579432?pr=2177 - [x] Confirm CI works w/ fake issue no - https://github.com/oxc-project/oxc/issues/2117 - [x] Enable - - - I've noticed that - eslint/no-extra-semi - eslint/no-mixed-spaces-and-tabs are maked as deprecated and also recommended. This is ESLint side [issue](https://github.com/eslint/eslint/pull/17696#issuecomment-1792452766) and will fix after v9.
10 lines
172 B
JSON
10 lines
172 B
JSON
{
|
|
"compilerOptions": {
|
|
"checkJs": true,
|
|
"module": "node",
|
|
"moduleResolution": "node",
|
|
"lib": ["esnext"],
|
|
"target": "esnext",
|
|
"strict": true
|
|
}
|
|
}
|