8000 fix linting errors · bootstrap-vue/bootstrap-vue@786886f · GitHub
[go: up one dir, main page]

Skip to content

Commit 786886f

Browse files
committed
fix linting errors
1 parent 3f299e8 commit 786886f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/components/contributors.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export default {
129129
cb(this.processOcNodes(response.nodes || []), null)
130130
} else {
131131
// 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
133133
cb([], xhr.statusText)
134134
}
135135
}

src/components/table/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2234,7 +2234,7 @@ function myProvider() {
22342234

22352235
**Example: Using callback to return data (asynchronous):**
22362236

2237-
<!-- eslint-disable no-unused-vars, node/no-callback-literal -->
2237+
<!-- eslint-disable no-unused-vars, standard/no-callback-literal -->
22382238

22392239
```js
22402240
function myProvider(ctx, callback) {

0 commit comments

Comments
 (0)
0