diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-05-11 13:55:25 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-05-11 15:41:07 +0900 |
commit | fcd15f4f09e412cb66f29649572b9d8ae6d50363 (patch) | |
tree | bb602d6dc3cfd15dcfca860751c95309aa69a53d /.eslintrc | |
parent | ad1f3c07fbb90c4e69cc2374d74a7373e4da70f2 (diff) |
Find as a controller
Diffstat (limited to '.eslintrc')
-rw-r--r-- | .eslintrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,6 +79,6 @@ "react/jsx-indent": ["error", 2], "react/prop-types": "off", "react/react-in-jsx-scope": "off", - "@typescript-eslint/no-unused-vars": "error" + "@typescript-eslint/no-unused-vars": ["error", { args: "none" }], } } |