mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-21 19:38:58 +01:00
fe8a9ce31d
Co-authored-by: Rich Harris <rich.harris@vercel.com> Co-authored-by: Simon Holthausen <simon.holthausen@vercel.com> Co-authored-by: Dominic Gannaway <dg@domgan.com>
24 lines
480 B
Plaintext
24 lines
480 B
Plaintext
# NOTE: In general this should be kept in sync with .eslintignore
|
|
|
|
**/dist/**
|
|
**/config/**
|
|
**/build/**
|
|
**/playgrounds/sandbox/**
|
|
**/npm/**
|
|
**/*.js.flow
|
|
**/*.d.ts
|
|
**/playwright*/**
|
|
**/vite.config.js
|
|
**/vite.prod.config.js
|
|
**/node_modules
|
|
|
|
**/tests/**
|
|
|
|
# documentation can contain invalid examples
|
|
documentation/**
|
|
|
|
# contains a fork of the REPL which doesn't adhere to eslint rules
|
|
sites/svelte-5-preview/**
|
|
# Wasn't checked previously, reenable at some point
|
|
sites/svelte.dev/**
|