mishig HF staff commited on
Commit
8d0dfb4
1 Parent(s): 1ffc8d3

"svelte/no-at-html-tags": "off"

Browse files
Files changed (1) hide show
  1. .eslintrc.cjs +1 -0
.eslintrc.cjs CHANGED
@@ -31,6 +31,7 @@ module.exports = {
31
  },
32
  ],
33
  "object-shorthand": ["error", "always"],
 
34
  },
35
  env: {
36
  browser: true,
 
31
  },
32
  ],
33
  "object-shorthand": ["error", "always"],
34
+ "svelte/no-at-html-tags": "off",
35
  },
36
  env: {
37
  browser: true,