diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-06-04 14:58:34 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-07-05 21:27:36 +0200 |
| commit | f5e6ad3c77c09de246b6b85309fb4d8eb4d36023 (patch) | |
| tree | e49f7f84a12e5ecec9a09dc495628cafd7056170 /opendc-web/opendc-web-ui/next.config.js | |
| parent | b701b7d3f6297ad7b1303806ca69615b18cc243a (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.js | 3 |
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, + }, } |
