swarmcity / terminal-ts

Terminal implementation in TS
0 stars 0 forks source link

refactor: use kebab-case for files #49

Open filoozom opened 2 years ago

filoozom commented 2 years ago

Mostly a detail, but at least now all files use the same convention.

github-actions[bot] commented 2 years ago

🐝 PR preview in Swarm

Preview URL: https://bah5acgza7wfuhvtlu7l6yx6c3466qfkrbvnvyszt3zwcglbtgkjvghl42mpa.bzz.link Swarm Hash: fd8b43d66ba7d7ec5fc2df3de815510d5b5c4b33de6c232c333293531d7cd31e Commit Hash: 918aee69c456b17c3b05a136ac5fb0f96f6102e1 Commit Message: chore: add linting rule for kebab-case file names

filoozom commented 2 years ago

nice! Maybe we can enforce it with linter? https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/filename-case.md

That's a good idea! Do you know about an easy way to apply all rules to .ts and .tsx files but the file name one to all of them?