diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2020-08-11 21:43:59 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2020-08-11 21:43:59 +0900 |
commit | aef9c037b07001ed094408fae8387c31ca13f3f8 (patch) | |
tree | f5f9b14df6fda1f8d569b3a731e149889bca33ae | |
parent | 83eacb6bc56cdcc3cd76d57e3acc065c80f1fa66 (diff) |
Set react version on eslint
-rw-r--r-- | .eslintrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -23,6 +23,11 @@ "jsx": true } }, + "settings": { + "react": { + "version": "detect" + } + }, "rules": { "@typescript-eslint/explicit-module-boundary-types": "off", "@typescript-eslint/no-empty-function": "off", |