summaryrefslogtreecommitdiff
path: root/opendc-web/opendc-web-ui/next.config.js
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2021-06-04 14:58:34 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2021-07-05 21:27:36 +0200
commitf5e6ad3c77c09de246b6b85309fb4d8eb4d36023 (patch)
treee49f7f84a12e5ecec9a09dc495628cafd7056170 /opendc-web/opendc-web-ui/next.config.js
parentb701b7d3f6297ad7b1303806ca69615b18cc243a (diff)
ui: Add support for linting via ESLint
Diffstat (limited to 'opendc-web/opendc-web-ui/next.config.js')
-rw-r--r--opendc-web/opendc-web-ui/next.config.js3
1 files changed, 3 insertions, 0 deletions
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,
+ },
}