Last active
August 10, 2017 23:20
-
-
Save michaelgilley/fc65b8e49c90baaa43710a84be24b244 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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