Skip to content

Code style and helper tools for all languages that Muvon team uses

License

Notifications You must be signed in to change notification settings

Muvon/codestyle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Muvon code standard

Code style and helper tools for all languages that Muvon Un Limited uses

Common

  • pre-commit
  • vscode-markdownlint

PHP

  • PHP CodeSniffer for a code style check
  • PHPStan for static analyzing

React + TS

To run new projects just run

npx create-react-app test --template typescript

Once it's done you should install the code style to the directory by running npx create-react-app test --template typescript

cd codestyle
bin/install "path/to/test/app/folder" react-ts

Do not forget to enable hooks by using pre-commit by running inside the test app folder:

For more information about codestyle for this setup read here.

pre-commit install

Markdown

  • We use tabs in *md files and as for now there is no such rule for linter

About

Code style and helper tools for all languages that Muvon team uses

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published