GitHub / sveltejs/eslint-plugin-svelte3 issues and pull requests
#206 - Linting for svetle file with lang="ts" not matching typescript file linting
Issue -
State: open - Opened by AaronNBrock over 2 years ago
#205 - chore: FIx test
Pull Request -
State: closed - Opened by baseballyama over 2 years ago
#204 - [chore] Deprecate this repository
Pull Request -
State: closed - Opened by baseballyama over 2 years ago
- 3 comments
#203 - False positive for `@typescript-eslint/no-unnecessary-condition` with `export let`
Issue -
State: open - Opened by kevincox over 2 years ago
#202 - False positives for `no-unused-vars` for enum variants
Issue -
State: closed - Opened by kevincox over 2 years ago
- 1 comment
#201 - Slot props produce `no-undef` error on <slot>
Issue -
State: open - Opened by janosh over 2 years ago
#200 - Incompatible plugin: eslint-plugin-tailwindcss
Issue -
State: open - Opened by jrouleau over 2 years ago
#199 - Force using TypeScript (force lang='ts')
Issue -
State: open - Opened by bosung90 over 2 years ago
- 1 comment
#198 - [doc] fix broken link to ESLint "Typed Linting"
Pull Request -
State: closed - Opened by meyermarcel over 2 years ago
#197 - `@typescript-eslint/no-unsafe-argument`/`no-unsafe-return` false positive in svelte code but not in script tag
Issue -
State: open - Opened by DetachHead over 2 years ago
- 1 comment
#196 - no-multiple-emty-lines when iterating a store with each block
Issue -
State: open - Opened by mckravchyk over 2 years ago
#195 - Add globals.svelte to README.md example config
Pull Request -
State: closed - Opened by ZerdoX-x over 2 years ago
#194 - ESlint false positive with custom component.
Issue -
State: open - Opened by ptrxyz over 2 years ago
#193 - No documentation how to override rules
Issue -
State: open - Opened by ToP29 over 2 years ago
- 3 comments
#192 - Issue with global $$Props interface
Issue -
State: closed - Opened by ZerdoX-x almost 3 years ago
- 2 comments
#191 - `@typescript-eslint/no-unnecessary-condition` false positive when property is defined anywhere other than the last line of `script` tag
Issue -
State: open - Opened by DetachHead almost 3 years ago
- 1 comment
#190 - `eslint-disable-next-line` comments don't work in html
Issue -
State: open - Opened by DetachHead almost 3 years ago
#189 - incorrect `any` errors when using `await`/`then` block
Issue -
State: open - Opened by DetachHead almost 3 years ago
- 3 comments
#188 - `indent` rule not working on `.svelte` files?
Issue -
State: open - Opened by aradalvand almost 3 years ago
#187 - svelte-subcomponent-preprocessor
Issue -
State: open - Opened by lichstam almost 3 years ago
#186 - Error when destructing local const
Issue -
State: closed - Opened by DanielRios549 almost 3 years ago
- 1 comment
#185 - Unexpected character '@' when using {@const}
Issue -
State: closed - Opened by ptelad almost 3 years ago
- 2 comments
#184 - This plugin is deprecated in favor of `eslint-plugin-svelte`
Issue -
State: open - Opened by JounQin about 3 years ago
- 6 comments
#183 - How to support both js and ts components?
Issue -
State: closed - Opened by shir0u about 3 years ago
- 1 comment
#182 - variable was used before it was defined (eslint: no-use-before-define)
Issue -
State: open - Opened by axelthat about 3 years ago
- 2 comments
#181 - No lock file of package manager are committed
Issue -
State: closed - Opened by mcmxcdev about 3 years ago
- 1 comment
#180 - eslint --fix messing up file, adding duplicated content
Issue -
State: open - Opened by CherryDT about 3 years ago
- 2 comments
#179 - Eslint parse token error with class properties
Issue -
State: open - Opened by Nukiloco over 3 years ago
- 3 comments
#178 - Drop Node 10 and 12. Upgrade to eslint 8
Pull Request -
State: closed - Opened by benmccann over 3 years ago
- 6 comments
#177 - [typescript] Some issues with generic types
Issue -
State: open - Opened by orblazer over 3 years ago
#176 - [typescript] Error `no-unsafe-call` on store in module
Issue -
State: open - Opened by orblazer over 3 years ago
#175 - [typescript] Error `no-use-before-define` when no use before
Issue -
State: open - Opened by orblazer over 3 years ago
- 1 comment
#174 - @const variables used in style directives give "no-unused-vars"
Issue -
State: open - Opened by johnnysprinkles over 3 years ago
- 4 comments
#173 - [fix] ignore css-unused-selector rule if <style global>
Pull Request -
State: open - Opened by metonym over 3 years ago
- 2 comments
#172 - @const raises a "no-undef" false positive
Issue -
State: closed - Opened by kevin-legion over 3 years ago
- 3 comments
#171 - eslint doesn't work
Issue -
State: closed - Opened by Alexandre-Fernandez over 3 years ago
- 3 comments
#170 - Incompatibilty with html-eslint
Issue -
State: open - Opened by Nukiloco over 3 years ago
- 2 comments
#169 - fix(#168): fixes parse errors caused by parentheses
Pull Request -
State: open - Opened by GauBen over 3 years ago
- 1 comment
#168 - `Parsing error: Identifier expected.` with SvelteKit
Issue -
State: open - Opened by GauBen over 3 years ago
#167 - Parsing errors when destructuring store with TypeScript.
Issue -
State: open - Opened by NickAlvesX over 3 years ago
#166 - [fix] object destructuring bug using `@const`
Pull Request -
State: closed - Opened by si3nloong over 3 years ago
- 1 comment
#165 - [fix] added import/prefer-default-export (#119)
Pull Request -
State: closed - Opened by jis3r over 3 years ago
- 3 comments
#164 - Object destructuring in @const
Issue -
State: closed - Opened by janosh over 3 years ago
#163 - Unsafe member access in templates
Issue -
State: open - Opened by enyo over 3 years ago
- 3 comments
#162 - Combination of `'svelte3/named-blocks': true` and TypeScript parser does not work
Issue -
State: open - Opened by compeek over 3 years ago
#161 - [feat] support for `{@const}`
Pull Request -
State: closed - Opened by ota-meshi over 3 years ago
#160 - (fix) better fix range handling
Pull Request -
State: closed - Opened by dummdidumm over 3 years ago
#159 - [fix] add injected globals to ts when there's no instance script
Pull Request -
State: closed - Opened by dummdidumm over 3 years ago
#158 - [fix] allow $$Props, $$Slots, $$Events usage
Pull Request -
State: closed - Opened by dummdidumm over 3 years ago
#157 - Using no-lonely-if makes code broken
Issue -
State: closed - Opened by warmrobot over 3 years ago
- 1 comment
#156 - Using no-else-return makes code broken
Issue -
State: closed - Opened by warmrobot over 3 years ago
- 1 comment
#155 - Use TS 4.5 `preserveValueImports` if it's available
Pull Request -
State: closed - Opened by Monkatraz over 3 years ago
- 4 comments
#154 - Support using TypeScript 4.5 `preserveValueImports`
Issue -
State: closed - Opened by Monkatraz over 3 years ago
#153 - CSS custom properties handled as errors
Issue -
State: closed - Opened by nosovk over 3 years ago
- 2 comments
#152 - Javascript Keywords as Props - Error
Issue -
State: closed - Opened by jvanderen1 over 3 years ago
- 1 comment
#151 - Question: is there support to check whether <button> has a type?
Issue -
State: open - Opened by josdejong over 3 years ago
#150 - Rebase v3.2.1
Pull Request -
State: closed - Opened by arjunkalburgi over 3 years ago
- 1 comment
#149 - language rules not applied in *.svelte script blocks?
Issue -
State: open - Opened by martaver over 3 years ago
- 10 comments
#148 - Doesn't recognize $$props
Issue -
State: closed - Opened by tv42 over 3 years ago
- 3 comments
#147 - fix: false positives for `<svelte:fragment let:x>` in `no-undef`
Pull Request -
State: closed - Opened by ota-meshi over 3 years ago
#146 - using 'let:' variables with aliases will give you 'not-undef' errors with Eslint.
Issue -
State: closed - Opened by Egnus over 3 years ago
#145 - Cannot disable rule svelte(dynamic-slot-name)
Issue -
State: closed - Opened by ianhogersltn over 3 years ago
- 1 comment
#144 - vanilla setup doesn't enable type aware linting
Issue -
State: open - Opened by jemhuntr over 3 years ago
- 1 comment
#143 - [doc] eslint warnings note
Pull Request -
State: closed - Opened by dummdidumm over 3 years ago
#142 - feat: Upgraded unittests to ESLint 8.x
Pull Request -
State: closed - Opened by bfanger over 3 years ago
- 1 comment
#141 - Improve default setting for svelte3/ignore-styles
Pull Request -
State: closed - Opened by bfanger over 3 years ago
#140 - ParseError on SCSS in a single-file component
Issue -
State: closed - Opened by marekdedic almost 4 years ago
- 2 comments
#138 - bad formatting when is used `$` to access to store
Issue -
State: closed - Opened by L0y3r almost 4 years ago
- 1 comment
#137 - [TypeScript] ParseError when declaring class fields
Issue -
State: closed - Opened by idiotWu almost 4 years ago
- 7 comments
#136 - $$Slots/$$Events type produces no-unused-vars error
Issue -
State: closed - Opened by wallw-teal almost 4 years ago
- 1 comment
#135 - ESLint: Unexpected token 1
Issue -
State: open - Opened by kazzkiq almost 4 years ago
- 3 comments
#134 - eslint-disable/enable in templates
Issue -
State: open - Opened by jayvdb almost 4 years ago
- 4 comments
#133 - Not able to use type-aware rules (setting Eslint parserOptions.project turns off all linting in Svelte files)
Issue -
State: open - Opened by mckravchyk almost 4 years ago
- 3 comments
#132 - Integration with zodern:melte Meteor Svelte package
Issue -
State: closed - Opened by davidsavoie1 almost 4 years ago
- 1 comment
#131 - fix: handle typescript $$Generic special type
Pull Request -
State: closed - Opened by SomaticIT almost 4 years ago
- 3 comments
#130 - ci(node-versions): add node16 in matrix
Pull Request -
State: closed - Opened by oscard0m almost 4 years ago
- 1 comment
#129 - we should probably drop node 10 and add node 16
Issue -
State: closed - Opened by oscard0m almost 4 years ago
- 5 comments
#127 - Support new svelte $$Generic type
Issue -
State: closed - Opened by SomaticIT almost 4 years ago
- 3 comments
#126 - improve type
Pull Request -
State: closed - Opened by LumaKernel almost 4 years ago
#123 - Using <script global> or `:global` selector doesn't silence eslint warnings
Issue -
State: open - Opened by dtzxporter about 4 years ago
- 2 comments
Labels: enhancement
#122 - "Missing trailing comma." error in HTML element when use semi: never
Issue -
State: open - Opened by ngaer about 4 years ago
#120 - ci(workflow): add cache to workflows using actions/setup-node
Pull Request -
State: open - Opened by oscard0m about 4 years ago
#119 - import/prefer-default-export false positive - OTHER_PLUGINS.md
Issue -
State: closed - Opened by atompkins about 4 years ago
Labels: good first issue
#117 - Setting for max props per line
Issue -
State: closed - Opened by Bjorn-Eric-Abr about 4 years ago
- 2 comments
Labels: enhancement
#115 - Linter ignoring files with same name before extension
Issue -
State: closed - Opened by Luke-zhang-04 about 4 years ago
#112 - Remove section about html from VS Code integration
Pull Request -
State: closed - Opened by dummdidumm about 4 years ago
#111 - Broken link in OTHER_PLUGINS.md
Issue -
State: closed - Opened by dvopalecky about 4 years ago
- 1 comment
#110 - Breaks multiline autofixes
Issue -
State: closed - Opened by lydell about 4 years ago
- 1 comment
Labels: bug
#109 - Slot props producing no-undef on <svelte:fragment>
Issue -
State: closed - Opened by kjagiello over 4 years ago
- 1 comment
#107 - "$$slots" variable throws "no-undef" error
Issue -
State: closed - Opened by sounisi5011 over 4 years ago
- 3 comments
#104 - Why cannot Typescript detect this Svelte 3 store's correct content type telling me instead it is of any type?
Issue -
State: closed - Opened by frederikhors over 4 years ago
- 2 comments
#89 - Wrong no-unsafe-member-access for reactive assignments and store subscriptions
Issue -
State: open - Opened by dummdidumm over 4 years ago
- 7 comments
Labels: enhancement
#75 - Problem with sorting imports, removing unnecessary "{" and changing "let" to "const"
Issue -
State: closed - Opened by crosspath almost 5 years ago
- 8 comments
#72 - Indentation removed wrongly with import-sort (causes weird artifacts)
Issue -
State: closed - Opened by IgnusG almost 5 years ago
- 1 comment
#66 - store.set shorthand causes incorrect "no-unused-vars" and "no-shadow"
Issue -
State: closed - Opened by openjck about 5 years ago
- 4 comments
#62 - add preprocess feature
Pull Request -
State: closed - Opened by NicoCevallos about 5 years ago
- 45 comments
#51 - Silence missing-custom-element-compile-options
Issue -
State: closed - Opened by ghost over 5 years ago
- 9 comments
Labels: question
#50 - VS Code integration, and playing nice with the svelte-vscode plugin
Issue -
State: closed - Opened by Bellarmine-Head over 5 years ago
- 10 comments
Labels: question
#41 - Multiple empty lines error when there are none in <script> tags
Issue -
State: open - Opened by ghost almost 6 years ago
- 6 comments
Labels: bug
#31 - Stylelint support ?
Issue -
State: closed - Opened by js2me about 6 years ago
- 4 comments
Labels: invalid