Unverified Commit c16dfb45 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3265618 by longwave, nod_, lauriii: Update to eslint 8

parent e53e9479
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -10,9 +10,12 @@
    "new-cap": "off",
    "max-len": "off",
    "default-case": "off",
    "default-param-last": "off",
    "prefer-destructuring": "off",
    "prefer-regex-literals": "off",
    "react/no-this-in-sfc": "off",
    "react/destructuring-assignment": "off",
    "import/named": "off"
    "import/named": "off",
    "import/no-import-module-exports": "off"
  }
}
+9 −9
Original line number Diff line number Diff line
@@ -70,16 +70,16 @@
    "css.escape": "^1.5.1",
    "dotenv-safe": "^8.2.0",
    "es6-promise": "^4.2.8",
    "eslint": "^7.10.0",
    "eslint-config-airbnb": "^18.0.1",
    "eslint-config-prettier": "^6.7.0",
    "eslint-plugin-import": "^2.13.0",
    "eslint": "^8.9.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-prettier": "^8.4.0",
    "eslint-plugin-import": "^2.25.4",
    "eslint-plugin-jquery": "^1.5.1",
    "eslint-plugin-jsx-a11y": "^6.0.3",
    "eslint-plugin-prettier": "^3.1.2",
    "eslint-plugin-react": "^7.10.0",
    "eslint-plugin-react-hooks": "^4.1.2",
    "eslint-plugin-yml": "^0.10.0",
    "eslint-plugin-jsx-a11y": "^6.5.1",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react": "^7.28.0",
    "eslint-plugin-react-hooks": "^4.3.0",
    "eslint-plugin-yml": "^0.14.0",
    "farbtastic": "https://github.com/mattfarina/farbtastic/archive/1.3u.tar.gz",
    "glob": "^7.1.2",
    "joyride": "https://github.com/zurb/joyride/archive/refs/heads/v2.1.tar.gz",
+120 −128

File changed.

Preview size limit exceeded, changes collapsed.