Skip to content

Instantly share code, notes, and snippets.

@michaelgilley
Last active August 10, 2017 23:20
Show Gist options
  • Save michaelgilley/fc65b8e49c90baaa43710a84be24b244 to your computer and use it in GitHub Desktop.
Save michaelgilley/fc65b8e49c90baaa43710a84be24b244 to your computer and use it in GitHub Desktop.
no-underscore-dangle: 0
global-require: 0
no-bitwise: 0
max-len: [2, {code: 100, ignoreComments: true, ignoreTemplateLiterals: true }]
consistent-return: 0
no-mixed-operators: 0
no-plusplus: 0
no-continue: 0
class-methods-use-this: 0
# comma-dangle: [2, { functions: "never", arrays: "always-multiline", objects: "always-multiline" }]
import/no-named-as-default: 0
import/prefer-default-export: 0
react/forbid-prop-types: 0
react/no-array-index-key: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment