60frames-coding-standards
v1.0.7
Published
60fram.es coding standards.
Downloads
245
Readme
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 */