diff options
| author | Kit La Touche <kit@transneptune.net> | 2024-11-07 10:52:16 -0500 |
|---|---|---|
| committer | Kit La Touche <kit@transneptune.net> | 2024-11-07 10:52:16 -0500 |
| commit | f31b4d8188ac7e38b6c42380649691c0e8e1e097 (patch) | |
| tree | 62644664fdce6f10243ad9581b47bac547b53dd3 /eslint.config.js | |
| parent | 8751155e24f020802d1c387af19318edceaa39d2 (diff) | |
| parent | 104f1115286834f71013e37617f12a78b3ce5210 (diff) | |
Merge branch 'main' into wip/pwa
Diffstat (limited to 'eslint.config.js')
| -rw-r--r-- | eslint.config.js | 24 |
1 files changed, 2 insertions, 22 deletions
diff --git a/eslint.config.js b/eslint.config.js index 2eeebcc..7d23626 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -1,23 +1,3 @@ -import js from '@eslint/js'; -import svelte from 'eslint-plugin-svelte'; import prettier from 'eslint-config-prettier'; -import globals from 'globals'; - -/** @type {import('eslint').Linter.Config[]} */ -export default [ - js.configs.recommended, - ...svelte.configs['flat/recommended'], - prettier, - ...svelte.configs['flat/prettier'], - { - languageOptions: { - globals: { - ...globals.browser, - ...globals.node - } - } - }, - { - ignores: ['build/', '.svelte-kit/', 'dist/'] - } -]; +import svelte from 'eslint-plugin-svelte'; +export default [prettier, ...svelte.configs['flat/prettier']]; |
