diff options
Diffstat (limited to 'dist')
-rw-r--r-- | dist/.eslintrc.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/.eslintrc.json b/dist/.eslintrc.json index af08e6812..7f7df317c 100644 --- a/dist/.eslintrc.json +++ b/dist/.eslintrc.json @@ -20,6 +20,9 @@ "rules": { // That is okay for the built version "no-multiple-empty-lines": "off", + // When custom compilation is used, the version string + // can get large. Accept that in the built version. + "max-len": "off", "one-var": "off" } } |