chatgpt-web/.eslintrc.cjs
2023-02-09 11:21:33 +08:00

5 lines
58 B
JavaScript

module.exports = {
root: true,
extends: ['@antfu'],
}