60frames-coding-standards

1.0.7 • Public • Published

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 */

Readme

Keywords

none

Package Sidebar

Install

npm i 60frames-coding-standards

Weekly Downloads

1

Version

1.0.7

License

MIT

Last publish

Collaborators

  • albertkang
  • mderrick
  • riscarrott