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, 0 insertions, 5 deletions
diff --git a/examples/with-svelte/.eslintrc.cjs b/examples/with-svelte/.eslintrc.cjs
deleted file mode 100644
index 992bfc9..0000000
--- a/examples/with-svelte/.eslintrc.cjs
+++ /dev/null
@@ -1,5 +0,0 @@
-module.exports = {
- root: true,
- // This tells ESLint to load the config from the package `eslint-config-custom`
- extends: ['custom']
-};