mighty-webcamjs
Version:
HTML5 Webcam Image Capture Library with Flash Fallback
34 lines (33 loc) • 862 B
Plain Text
{
"parser": "babel-eslint",
"extends": "airbnb",
"globals": {
},
"env": {
"jest": true
},
"rules": {
"react/jsx-quotes": 0,
"jsx-quotes": [2, "prefer-double"],
"comma-dangle": [2, "never"],
"func-names": 0,
"no-unneeded-ternary": 0,
"strict": 0,
"no-param-reassign": [2, { "props": false }],
"no-return-assign": 0,
"react/jsx-boolean-value": [2, "always"],
"object-shorthand": 0,
"max-len": [2, 100, 2, {"ignoreUrls": true}],
"no-confusing-arrow": 0,
"arrow-body-style": 0,
"consistent-return": 0,
"quote-props": [2, "consistent"],
"react/jsx-no-bind": [2, { "allowArrowFunctions": true }],
"camelcase": 0,
"no-use-before-define": [2, { "functions": false } ],
"eqeqeq": ["error", "smart"],
"no-tabs": 0,
"indent": ["error", "tab"],
"no-plusplus": 0
}
}