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,
|
"root": true,
|
||||||
"parser": "@typescript-eslint/parser",
|
"parser": "@typescript-eslint/parser",
|
||||||
"plugins": ["@typescript-eslint", "svelte3"],
|
"plugins": ["svelte3", "@typescript-eslint"],
|
||||||
"extends": ["eslint:recommended", "prettier"],
|
"extends": ["eslint:recommended", "prettier"],
|
||||||
"rules": {
|
"rules": {
|
||||||
"no-useless-escape": "off",
|
"no-useless-escape": "off",
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
// svelte-vscode seems to require a config for proper linting support
|
// 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 = {
|
module.exports = {
|
||||||
preprocess: sveltePreprocess()
|
preprocess: sveltePreprocess()
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user