eslint-config-twolfson
Version:
ESLint configuration for twolfson
6 lines (4 loc) • 302 B
JavaScript
// Define our expectations for the test
exports.expected = /Line . exceeds the maximum line length of 120/i;
// We don't allow comments over 120 characters without URLs
// var statement = 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa';