oxc/crates/oxc_linter
Wenzhe Wang fd2f8fb12b
feat(linter): detect import (#778)
Support test cases like

```js
import { test } from '@jest/globals';
test('something');
```
2023-08-24 11:34:15 +08:00
..
examples fix(parser,semantic): make semantic own Trivias (#711) 2023-08-10 15:30:32 +08:00
src feat(linter): detect import (#778) 2023-08-24 11:34:15 +08:00
tests
Cargo.toml chore: clean up Cargo.toml with cargo machete (#767) 2023-08-20 15:29:09 +08:00