From 64e70930534f57e95bd29c6e3d9c7035b271b14a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LeoYuan=20=E8=A2=81=E5=8A=9B=E7=9A=93?= Date: Thu, 2 Mar 2023 10:38:31 +0800 Subject: [PATCH] feat: add file name as the third argument which passed to module post processor --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 09d3792a9..6c072c326 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -54,4 +54,4 @@ module.exports = { ], 'no-unused-vars': ['error', { "destructuredArrayIgnorePattern": "^_" }] }, -}; \ No newline at end of file +};