Skip to content

60frames/coding-standards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3f297b1 · Dec 15, 2015

History

27 Commits
Jul 4, 2015
Jul 5, 2015
Sep 7, 2015
Jul 5, 2015
Aug 13, 2015
Jul 4, 2015
Jul 5, 2015
Oct 14, 2015
Jul 9, 2015
Dec 15, 2015

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