AlexzanderFlores / WOKCommands

132 stars 61 forks source link

Fix config files + reorganize types #184

Open mchccn opened 2 years ago

mchccn commented 2 years ago

Files added/modified

Deleted index.js and typings.d.ts

*Moved types from typings.d.ts to src/types.ts, and changed imports in files to accommodate this**

Ran prettier --write . to ensure consistent formatting

tippfehlr commented 2 years ago

I can't say anything about the other changes but add

  "semi": false,
  "comma": "es5",
  "singleQuote": true

to the prettier config to match existing code