Commit def8aa42 authored by Mark Banner's avatar Mark Banner
Browse files

Bug 1620537c - Upgrade to ESLint 7.5.0, remove now unnecessary Babel plugins. r=mossop

parent d5b23d75
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -4,7 +4,5 @@

module.exports = {
  plugins: [
    "@babel/plugin-syntax-optional-chaining",
    "@babel/plugin-syntax-nullish-coalescing-operator",
  ],
};
Loading