eslintbot on master
Build: changelog update for 7.2… 7.21.0 (compare)
eslintbot on v7.21.0
btmills on master
Upgrade: @eslint/eslintrc to 0.… (compare)
Hi
I still can not see answer for problem with eslint and "@babel/plugin-proposal-optional-chaining"
"Hi, I installed "@babel/plugin-proposal-optional-chaining": "^7.6.0", and added to .eslintrc.json"
with this error: ESLint couldn't find the plugin "@babel/eslint-plugin-plugin-proposal-optional-chaining".
@babel/plugin-proposal-optional-chaining
install that too?
eslint-plugin-optional-chaining
to the plugin section of your config? or did eslint just infer that it should be there when you installed the babel plugin? (i don't use babel so just feeling around in the dark here to try to understand why it's looking for the plugin)
keyword-spacing
but for line breaks instead of spaces?
cannot find module
errors. we've got a shared eslint config (https://github.com/stellar/product-conventions/blob/master/packages/eslint-config/package.json) but unless i install those deps manually in the project that's using that config, eslint complains it can't find it
it's not a monorepo or anything, i've just got
module.exports = {
extends: ["@stellar/eslint-config"],
rules: {
"import/no-unresolved": 0,
},
};
in .eslintrc.js
locally. gatsby site