Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow .fixture.js(x) files to have lines >80 chars.
Summary: These files just hold test data, and it's not useful to make people wrap the test data which could have really long strings in it. Test Plan: In webapp, I temporarily modified javascript/content-library-package/components/thumbnail.jsx.fixture.js to remove the 'max-len' mention in the eslint-disable comment. I then ran ka-lint javascript/content-library-package/components/thumbnail.jsx.fixture.js which ran without error. Reviewers: kevinb, jlfwong Reviewed By: jlfwong Differential Revision: https://phabricator.khanacademy.org/D22500
- Loading branch information