aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-svelte/apps/docs/.eslintrc.cjs
blob: 6809c96d4a70103edf43c64cfd964a3920ab007f (plain) (blame)
1
2
3
4
module.exports = {
  root: true,
  extends: ['custom']
};