update dependencies and devDependencies, address lint issues
[squeep-indie-auther] / test / src / service.js
index e55502913d3cccd917b94fe17a92aaeaa80c9ef8..d91112548a75c6617e6b2f92987d43b74dfc1ede 100644 (file)
@@ -1,10 +1,8 @@
-/* eslint-env mocha */
-/* eslint-disable capitalized-comments */
-
+/* eslint-disable sonarjs/no-duplicate-string */
 'use strict';
 
 const assert = require('assert');
-const sinon = require('sinon'); // eslint-disable-line node/no-unpublished-require
+const sinon = require('sinon');
 const { AsyncLocalStorage } = require('node:async_hooks');
 
 const StubDb = require('../stub-db');
@@ -323,4 +321,4 @@ describe('Service', function () {
     });
   }); // handlerWhaGwan
 
-});
\ No newline at end of file
+});