Skip to content

Commit

Permalink
Revert "Fix property-*list deprecation warning test settings"
Browse files Browse the repository at this point in the history
This reverts commit bf7fe0b.
  • Loading branch information
nex3 committed Feb 17, 2021
1 parent bf7fe0b commit ef4da84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/rules/property-blacklist/__tests__/index.js
Expand Up @@ -6,7 +6,7 @@ const { messages, ruleName, meta } = require('..');
it('warns that the rule is deprecated', () => {
const config = {
rules: {
[ruleName]: [[]],
[ruleName]: [],
},
};

Expand Down
2 changes: 1 addition & 1 deletion lib/rules/property-whitelist/__tests__/index.js
Expand Up @@ -6,7 +6,7 @@ const { messages, ruleName, meta } = require('..');
it('warns that the rule is deprecated', () => {
const config = {
rules: {
[ruleName]: [[]],
[ruleName]: [],
},
};

Expand Down

0 comments on commit ef4da84

Please sign in to comment.