diff options
author | Valentin Popov <info@valentineus.link> | 2020-10-02 16:19:18 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-02 16:19:18 +0300 |
commit | ca3472cf54466250deafbb210d81054674b5a27d (patch) | |
tree | 975dc87692d80347b3604e3d649a65dbd51e50f6 /src/rules/react-hooks | |
parent | a7aeded00994c56e4a6f24f53944b159be3a253d (diff) | |
parent | 8a1a4a502c1045e3f74bfe74addad130edb99f48 (diff) | |
download | eslint-config-ca3472cf54466250deafbb210d81054674b5a27d.tar.xz eslint-config-ca3472cf54466250deafbb210d81054674b5a27d.zip |
Merge pull request #7 from valentineus/release/2020-06-18
Release/2020 06 18
Diffstat (limited to 'src/rules/react-hooks')
-rw-r--r-- | src/rules/react-hooks/default.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/rules/react-hooks/default.json b/src/rules/react-hooks/default.json new file mode 100644 index 0000000..4276d63 --- /dev/null +++ b/src/rules/react-hooks/default.json @@ -0,0 +1,8 @@ +{ + "react-hooks/exhaustive-deps": [ + "warn" + ], + "react-hooks/rules-of-hooks": [ + "error" + ] +}
\ No newline at end of file |