Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(eslint): disable annoying warning
max-lines
rule for the `eslin…
…t` file Error: - .eslintrc.js 502:1 warning File has too many lines (503). Maximum allowed is 500 max-lines ✖ 1 problem (0 errors, 1 warning) Solution: - Add comment `/* eslint-disable max-lines */` at the top of the file to prevent ESLint warnings related to file length.
- Loading branch information