Skip to content

Commit

Permalink
adapt linting rules
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeisel committed Oct 1, 2024
1 parent 1599ee1 commit f11b1c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ module.exports = {
'max-classes-per-file': 'off',

// ORIGINAL tslint.json -> "max-line-length": [true, 140],
'max-len': ['error', {code: 160}],
// 'max-len': ['error', {code: 160}],

// ORIGINAL tslint.json -> "member-access": false,
'@typescript-eslint/explicit-member-accessibility': 'off',
Expand Down

0 comments on commit f11b1c8

Please sign in to comment.