Skip to content

Mastermindzh/code-style-conventions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mastermindzh' code conventions

In this repo you'll find various code convention guideline files (and some .ignore stuff). Most of my projects will use at least one of these but I strive to use as many as I can.

note these are by no means definitive. Every project has different needs, treat these files as a starting point.

repo outline

.
├── legacy
│   ├── prettier
│   │   ├── index.js
│   │   └── package.json
│   ├── eslint.config.js
│   └── .stylelintrc
├── biome.json
├── .dockerignore // things to ignore when building dockers
├── .editorconfig // default editor configuration
├── .gitignore // files to ignore when working with git
├── LICENSE
└── README.md

@mastermindzh/prettier-config

My preferred prettier configuration has also been packaged as an npm package. For instructions see: prettier.md

About

My preferred code styling files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published