Commit Graph

2 Commits (4890434b1e902a8409e69aceee4c747f5a6d423f)

Author SHA1 Message Date
wxiaoguang ea198f9ea8
Fix eslint ()
Fix  
Related 

* eslint-plugin-github 5.1.x doesn't work well with eslint8
* no-undef is still needed
silverwind 195fccd617
Move eslint config to javascript ()
In preparation for migrating to eslint flat config, move the config file
to javascript. Additional changes:

- `no-undef` is now disabled as it's no longer needed with typescript
- `no-restricted-globals` config is simplified