Skip to content

Commit

Permalink
delete newline-per-chained-call, phetsims/phet-info#156
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Feb 26, 2021
1 parent 571a4bc commit 326688c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions eslint/format_eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,11 +191,6 @@ module.exports = {
// https://eslint.org/docs/rules/newline-before-return
'newline-before-return': 'off',

// enforces new line after each method call in the chain to make it
// more readable and easy to maintain
// https://eslint.org/docs/rules/newline-per-chained-call
'newline-per-chained-call': [ 'error', { ignoreChainWithDepth: 4 } ],

// disallow use of bitwise operators
// https://eslint.org/docs/rules/no-bitwise
'no-bitwise': 'error', // SO MANY ERRORS IN SCENERY
Expand Down

0 comments on commit 326688c

Please sign in to comment.