Skip to content

Commit

Permalink
[eslint config] [base] [breaking] enable no-misleading-character-class
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 10, 2019
1 parent f0c767f commit d03a712
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/eslint-config-airbnb-base/rules/errors.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ module.exports = {

// Disallow characters which are made with multiple code points in character class syntax
// https://eslint.org/docs/rules/no-misleading-character-class
// TODO: enable, semver-major
'no-misleading-character-class': 'off',
'no-misleading-character-class': 'error',

// disallow the use of object properties of the global object (Math and JSON) as functions
'no-obj-calls': 'error',
Expand Down

0 comments on commit d03a712

Please sign in to comment.