commit | 81d49e9c71fceba8cd2e9369a0f712c0f9c41ccc | [log] [tgz] |
---|---|---|
author | Suraj Shetty <surajshetty3416@gmail.com> | Fri May 21 17:03:09 2021 +0530 |
committer | Suraj Shetty <surajshetty3416@gmail.com> | Fri May 21 17:03:09 2021 +0530 |
tree | af90d6f7738f1b51bf0ed0b3efffe3ad536377ff | |
parent | 94a52c0e1789a387c2f6777e58883543d004a3c9 [diff] [blame] |
fix: Use extend_cscript function to properly extend class methods to cscript
diff --git a/.eslintrc b/.eslintrc index 3b6ab74..e40502a 100644 --- a/.eslintrc +++ b/.eslintrc
@@ -151,6 +151,7 @@ "context": true, "before": true, "beforeEach": true, - "onScan": true + "onScan": true, + "extend_cscript": true } }