File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ export default {
129
129
cb (this .processOcNodes (response .nodes || []), null )
130
130
} else {
131
131
// We just return an empty node list rather than spew an error
132
- // eslint-disable-next-line node /no-callback-literal
132
+ // eslint-disable-next-line standard /no-callback-literal
133
133
cb ([], xhr .statusText )
134
134
}
135
135
}
Original file line number Diff line number Diff line change @@ -2234,7 +2234,7 @@ function myProvider() {
2234
2234
2235
2235
** Example: Using callback to return data (asynchronous):**
2236
2236
2237
- <!-- eslint-disable no-unused-vars, node /no-callback-literal -->
2237
+ <!-- eslint-disable no-unused-vars, standard /no-callback-literal -->
2238
2238
2239
2239
``` js
2240
2240
function myProvider (ctx , callback ) {
You can’t perform that action at this time.
0 commit comments