Skip to content

Commit

Permalink
Bug 1773452 - Disable ESlint warnings about use of osfile for osfile …
Browse files Browse the repository at this point in the history
…files. r=barret

Differential Revision: https://phabricator.services.mozilla.com/D148754
  • Loading branch information
Standard8 committed Jun 9, 2022
1 parent cff17d6 commit 9d1132f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -561,5 +561,12 @@ module.exports = {
"devtools/**",
],
},
{
// Turn off the osfile rule for osfile.
files: ["toolkit/components/osfile/**"],
rules: {
"mozilla/reject-osfile": "off",
},
},
],
};

0 comments on commit 9d1132f

Please sign in to comment.