Disabled max-len eslint rule for the entire project

Personally I've never found value in keeping line lengths low and it just leads to code that's awkward to write and read. No sense in disabling this per-file.
This commit is contained in:
2020-06-09 09:22:25 -05:00
parent c0ac043d7b
commit 71dad9a51b
2 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,3 @@
/* eslint max-len: "off" */
'use strict';
const BLOCK_SIZE = 16;