mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Fix svelte eslint again
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"root": true,
|
||||
"parser": "@typescript-eslint/parser",
|
||||
"plugins": ["@typescript-eslint", "svelte3"],
|
||||
"plugins": ["svelte3", "@typescript-eslint"],
|
||||
"extends": ["eslint:recommended", "prettier"],
|
||||
"rules": {
|
||||
"no-useless-escape": "off",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// svelte-vscode seems to require a config for proper linting support
|
||||
const sveltePreprocess = require("./ext/node_modules/svelte-preprocess");
|
||||
const sveltePreprocess = require("svelte-preprocess");
|
||||
module.exports = {
|
||||
preprocess: sveltePreprocess()
|
||||
};
|
||||
Reference in New Issue
Block a user