Skip to content
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/** @type { import("eslint").Linter.FlatConfig } */

Comment thread
benmccann marked this conversation as resolved.
Outdated
module.exports = {
root: true,
extends: [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/** @type { import("eslint").Linter.FlatConfig } */

Comment thread
benmccann marked this conversation as resolved.
Outdated
module.exports = {
root: true,
extends: ['eslint:recommended', 'plugin:svelte/recommended', 'prettier'],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** @type { import("eslint").Linter.FlatConfig } */
module.exports = {
root: true,
extends: [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** @type { import("eslint").Linter.FlatConfig } */
module.exports = {
root: true,
extends: ['eslint:recommended', 'plugin:svelte/recommended'],
Expand Down