Commit 2847ac73 authored by Mark Banner's avatar Mark Banner
Browse files

Bug 1557040 - Remove eslint-plugin-fetch-options from the tree....

Bug 1557040 - Remove eslint-plugin-fetch-options from the tree. r=Gijs,omc-reviewers,aminomancer,home-newtab-reviewers,frontend-codestyle-reviewers,thecount

Differential Revision: https://phabricator.services.mozilla.com/D202628
parent 4618d676
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -80,8 +80,6 @@ module.exports = {
    },
  ],
  rules: {
    "fetch-options/no-fetch-credentials": "error",

    "react/jsx-boolean-value": ["error", "always"],
    "react/jsx-key": "error",
    "react/jsx-no-bind": [
+0 −2
Original line number Diff line number Diff line
@@ -63,8 +63,6 @@ module.exports = {
    },
  ],
  rules: {
    "fetch-options/no-fetch-credentials": "error",

    "react/jsx-boolean-value": ["error", "always"],
    "react/jsx-key": "error",
    "react/jsx-no-bind": [
+0 −2
Original line number Diff line number Diff line
@@ -88,8 +88,6 @@ module.exports = {
    },
  ],
  rules: {
    "fetch-options/no-fetch-credentials": "error",

    "react/jsx-boolean-value": ["error", "always"],
    "react/jsx-key": "error",
    "react/jsx-no-bind": [
+312 −309

File changed.

Preview size limit exceeded, changes collapsed.

+0 −1
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@
    "eslint": "8.57.0",
    "eslint-config-prettier": "8.8.0",
    "eslint-plugin-eslint-plugin": "5.4.0",
    "eslint-plugin-fetch-options": "0.0.5",
    "eslint-plugin-file-header": "0.0.1",
    "eslint-plugin-html": "8.0.0",
    "eslint-plugin-import": "2.29.1",
Loading