Skip to content

60frames/coding-standards

Repository files navigation

coding-standards

This README will eventually outline coding standards and preferred best practices which cannot be enforced through automated tools.

.eslintrc example usage

 . ├── src │   ├── .eslintrc /* extends .eslintrc-browser || .eslintrc-react */ │   └── test │   └── .eslintrc /* extends .eslintrc-test */ └── server ├── .eslintrc /* extends .eslintrc-node */ └── test └── .eslintrc /* extends .eslintrc-test */ 

About

60fram.es coding standards

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •