Hi Alberto, We release eslint-config-eslint only periodically as we need it in other projects. It's not really intended for others to use, though you are certainly welcome to use it. However, we can't promise when exactly it will be updated.
-N On Sun, Nov 20, 2016 at 5:54 AM Alberto Santini <[email protected]> wrote: > 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. > -- 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.
