Skip to content

Instantly share code, notes, and snippets.

View djamseed's full-sized avatar

Djamseed Khodabocus djamseed

View GitHub Profile
@djamseed
djamseed / README.md
Created March 10, 2016 19:03 — forked from jxson/README.md
README.md template

Synopsis

At the top of the file there should be a short introduction and/ or overview that explains what the project is. This description should match descriptions added for package managers (Gemspec, package.json, etc.)

Code Example

Show what the library does as concisely as possible, developers should be able to figure out how your project solves their problem by looking at the code example. Make sure the API you are showing off is obvious, and that your code is short and concise.

Motivation

@djamseed
djamseed / .eslintrc.json
Last active February 22, 2016 16:38
Strict ESLint Config file
{
"root": true,
"ecmaFeatures": {
"arrowFunctions": true,
"binaryLiterals": false,
"blockBindings": true,
"classes": true,
"defaultParams": true,
"destructuring": true,