diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-01-12 17:38:56 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-01-12 17:38:56 +0100 |
| commit | 59f692719bb6b4163594243e4c11262dc88466b4 (patch) | |
| tree | 2cc361b8ddba46996ca9eb732fbde315ea6e4e16 /.eslintrc.js | |
| parent | 0fa4c5b7d1e16859f282bdda73bb6af4f4f78b6e (diff) | |
fixing imports
Diffstat (limited to '.eslintrc.js')
| -rw-r--r-- | .eslintrc.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.eslintrc.js b/.eslintrc.js index 364bcad6..1d5aed90 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -16,7 +16,7 @@ module.exports = { } }, "rules": { - "react/prop-types": 1, + "react/prop-types": 0, "react/jsx-uses-vars": 2, "no-underscore-dangle": 0, "comma-dangle": ["error", "only-multiline"], @@ -37,6 +37,7 @@ module.exports = { "object-curly-newline": 0, "class-methods-use-this": 0, "quotes": "off", + "no-console": "off", }, "env": { "browser": true, |
