Skip to content

Commit

Permalink
remove camelcase from formatting, 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 c658164 commit b14b068
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions eslint/format_eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ module.exports = {
// enforce one true brace style
'brace-style': [ 'error', 'stroustrup', { allowSingleLine: true } ],

// require camel case names
camelcase: [ 'error', { properties: 'never', ignoreDestructuring: false } ],

// enforce or disallow capitalization of the first letter of a comment
// https://eslint.org/docs/rules/capitalized-comments
'capitalized-comments': [ 'off', 'never', {
Expand Down

0 comments on commit b14b068

Please sign in to comment.