aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-svelte/.eslintrc.cjs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-svelte/.eslintrc.cjs')
-rw-r--r--examples/with-svelte/.eslintrc.cjs5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/with-svelte/.eslintrc.cjs b/examples/with-svelte/.eslintrc.cjs
new file mode 100644
index 0000000..992bfc9
--- /dev/null
+++ b/examples/with-svelte/.eslintrc.cjs
@@ -0,0 +1,5 @@
+module.exports = {
+ root: true,
+ // This tells ESLint to load the config from the package `eslint-config-custom`
+ extends: ['custom']
+};