mirror of
https://github.com/promplate/pyth-on-line.git
synced 2025-09-04 17:53:00 +00:00
fix: disable import/no-mutable-exports
for svelte files
Some checks failed
javascript checks / check (macos) (push) Has been cancelled
javascript checks / check (ubuntu) (push) Has been cancelled
javascript checks / check (windows) (push) Has been cancelled
python checks / check (push) Has been cancelled
python checks / test (macos, 3.12) (push) Has been cancelled
python checks / test (macos, 3.13) (push) Has been cancelled
python checks / test (ubuntu, 3.12) (push) Has been cancelled
python checks / test (ubuntu, 3.13) (push) Has been cancelled
python checks / test (windows, 3.12) (push) Has been cancelled
python checks / test (windows, 3.13) (push) Has been cancelled
python checks / publish-hmr (push) Has been cancelled
spell check / typos (push) Has been cancelled
auto update dependencies / update (push) Has been cancelled
auto update dependencies / lint (push) Has been cancelled
Some checks failed
javascript checks / check (macos) (push) Has been cancelled
javascript checks / check (ubuntu) (push) Has been cancelled
javascript checks / check (windows) (push) Has been cancelled
python checks / check (push) Has been cancelled
python checks / test (macos, 3.12) (push) Has been cancelled
python checks / test (macos, 3.13) (push) Has been cancelled
python checks / test (ubuntu, 3.12) (push) Has been cancelled
python checks / test (ubuntu, 3.13) (push) Has been cancelled
python checks / test (windows, 3.12) (push) Has been cancelled
python checks / test (windows, 3.13) (push) Has been cancelled
python checks / publish-hmr (push) Has been cancelled
spell check / typos (push) Has been cancelled
auto update dependencies / update (push) Has been cancelled
auto update dependencies / lint (push) Has been cancelled
This commit is contained in:
@@ -19,4 +19,9 @@ export default antfu({
|
||||
"svelte/no-at-html-tags": "off",
|
||||
"no-console": "warn",
|
||||
},
|
||||
overrides: {
|
||||
svelte: {
|
||||
"import/no-mutable-exports": "off",
|
||||
},
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user