diff options
Diffstat (limited to 'test/deinflector.test.js')
-rw-r--r-- | test/deinflector.test.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/deinflector.test.js b/test/deinflector.test.js index bd538428..adb347f1 100644 --- a/test/deinflector.test.js +++ b/test/deinflector.test.js @@ -16,6 +16,8 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. */ +/* eslint-disable no-multi-spaces */ + import fs from 'fs'; import {fileURLToPath} from 'node:url'; import path from 'path'; |