diff options
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index fbb47626..156b35b5 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -17,7 +17,8 @@ "project": [ "./jsconfig.json", "./dev/jsconfig.json", - "./test/jsconfig.json" + "./test/jsconfig.json", + "./benches/jsconfig.json" ] }, "env": { |