build: cleanup tsconfig files
[e-mobility-charging-stations-simulator.git] / ui / web / .eslintrc.js
index e048f31854a26eb416dde9665f0b14cd61369e74..cb3df6e3af4ecd8c845b8375074d440014095b6f 100644 (file)
@@ -1,4 +1,6 @@
-module.exports = {
+const { defineConfig } = require('eslint-define-config');
+
+module.exports = defineConfig({
   root: true,
 
   env: {
@@ -31,4 +33,4 @@ module.exports = {
       },
     },
   ],
-};
+});