Closed (fixed)
Project:
Drupal core
Version:
11.x-dev
Component:
javascript
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
3 Jul 2018 at 15:36 UTC
Updated:
6 Aug 2023 at 18:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
m1r1k commentedThe issue with this one is because eslint-plugin-import does not work with
module.exports = {}and how do we resolve this?Ignoring this rule for nightwatch or move nightwatch config files to es6?
https://github.com/benmosher/eslint-plugin-import/issues/1124#issuecomme...
Comment #4
msankhala commentedComment #5
PatashINotFound commentedFixed by exporting module using named export.
Comment #6
sksanjoo2 commentedReviewed and add run command
yarn & yarn lint:core-js-passingand getting success ✨ Done in 2.77s.success Already up-to-date.
Comment #11
sd9121 commentedComment #12
sd9121 commentedComment #15
sagarchauhan commentedAs of now all the tests are passing, hence moving the issue to RTBC.
Comment #16
lauriiiThe build for #5 is failing. The "build successful" message is misleading but it means that the tests were unable to run 😓
Comment #17
sagarchauhan commented@lauriii do we need that patch for this issue? As such without #5 patch, the test mentioned in issue summary is passing. And that is how this issue is directed to be tested.
yarn & yarn lint:core-js-passingComment #21
idebr commentedIt seems any violations of this lint rule were fixed in other issues. I re-enabled the rule in the eslint configuration.
Comment #22
smustgrave commentedSeems re-enabling the rule didn't break anything so think it should be fine.
Comment #25
sagarchauhan commentedThe test failed randomly. Moving to RTBC Again
Comment #26
sagarchauhan commentedComment #28
lauriiiCommitted aff62cb and pushed to 11.x. Thanks!