CLI for Orbis.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

13 行
170 B

  1. {
  2. "root": true,
  3. "extends": [
  4. "lxsmnsyc/typescript"
  5. ],
  6. "rules": {
  7. "no-void": "off"
  8. },
  9. "parserOptions": {
  10. "project": "./tsconfig.eslint.json"
  11. }
  12. }