Hello. In .eslintrc.yml I have been using the configuration
extends: "eslint" via shared configuration "eslint-config-eslint" (release 3.0.0, from npm). When that configuration is modified in the repo: https://github.com/eslint/eslint/tree/master/packages/eslint-config-eslint npm package is not updated. Indeed eslint itself uses that configuration, but with a direct access in ".eslintrc.yml": extends: - "./packages/eslint-config-eslint/default.yml" I was wondering what I should do to use the latest version of eslint-config-eslint, because npm release is not updated. Any hint? Thanks, Alberto -- You received this message because you are subscribed to the Google Groups "ESLint" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
