From f5e6ad3c77c09de246b6b85309fb4d8eb4d36023 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Fri, 4 Jun 2021 14:58:34 +0200 Subject: ui: Add support for linting via ESLint --- opendc-web/opendc-web-ui/next.config.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'opendc-web/opendc-web-ui/next.config.js') diff --git a/opendc-web/opendc-web-ui/next.config.js b/opendc-web/opendc-web-ui/next.config.js index c282d6e2..44ebfff6 100644 --- a/opendc-web/opendc-web-ui/next.config.js +++ b/opendc-web/opendc-web-ui/next.config.js @@ -22,4 +22,7 @@ module.exports = { reactStrictMode: true, + experimental: { + eslint: true, + }, } -- cgit v1.2.3