Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upEliminate eslint-plugin-standard #1316
Comments
feross
added
the
meta
label
Jul 5, 2019
This comment has been minimized.
This comment has been minimized.
Couldn’t we replace it with I would also like to say that this looks like an old JavaScript coding pattern that can be replaced by promises and |
This comment has been minimized.
This comment has been minimized.
|
function loadData (err, data) {
doSomething()
}
cb('an error string') |
feross
added this to the standard v14 milestone
Jul 12, 2019
This comment has been minimized.
This comment has been minimized.
|
I opened an issue asking if ESLint wants to adopt |
feross commentedJul 5, 2019
We are only using one rule at this point:
no-callback-literal. It would be nice to see if there's some way to eliminate the dependency and simplify the maintenance burden in some way.