@autoafleveren/ui 0.15.3 → 0.15.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -175,6 +175,9 @@ module.exports = {
175
175
  properties: 'always',
176
176
  exceptions: ['t', 'rt', 'd', 'n', 'te', 'tm'],
177
177
  }],
178
+ 'max-len': ['error', {
179
+ code: 140,
180
+ }],
178
181
  'import/no-extraneous-dependencies': ['error', {
179
182
  devDependencies: ["**/tests/**", "**/__tests__/**"],
180
183
  }],