relay-tools / react-relay-network-modern

Relay Modern Network Layer with middlewares — cache, auth, retry, batch, logger, SSR
MIT License
327 stars 62 forks source link

old dependency extract-files break eslint #120

Closed wood1986 closed 3 years ago

wood1986 commented 3 years ago

Here is the error message

/Users/wood/Desktop/app/node_modules/@eslint/eslintrc/lib/config-array-factory.js:289
        new Error(`Failed to load config "${configName}" to extend from.`),
        ^

Error: Failed to load config "env" to extend from.
Referenced from: /Users/wood/Desktop/react-ssr-webpack-plugin/node_modules/extract-files/package.json
    at configMissingError (/Users/wood/Desktop/react-ssr-webpack-plugin/node_modules/@eslint/eslintrc/lib/config-array-factory.js:289:9)

extract-files package.json

{
  "eslintConfig": {
    "extends": [
      "env" <<<<<<<<<<<<<<
    ]
  },
}
nodkz commented 3 years ago

:tada: This issue has been resolved in version 6.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: