File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
packages/eslint-plugin-svelte/src/rules Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' eslint-plugin-svelte ' : patch
3+ ---
4+
5+ fix: crash with eslint v9.16.0 in ` svelte/no-inner-declarations `
Original file line number Diff line number Diff line change 2323 "@typescript-eslint/eslint-plugin" : " ^8.16.0" ,
2424 "@typescript-eslint/parser" : " ^8.16.0" ,
2525 "env-cmd" : " ^10.1.0" ,
26- "eslint" : " ~9.15 .0" ,
26+ "eslint" : " ~9.16 .0" ,
2727 "eslint-config-prettier" : " ^9.1.0" ,
2828 "eslint-formatter-friendly" : " ^7.0.0" ,
2929 "eslint-plugin-eslint-plugin" : " ^6.3.2" ,
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ const coreRule = getCoreRule('no-inner-declarations');
1010
1111export default createRule ( 'no-inner-declarations' , {
1212 meta : {
13+ ...coreRule . meta ,
1314 docs : {
1415 description : 'disallow variable or `function` declarations in nested blocks' ,
1516 category : 'Extension Rules' ,
You can’t perform that action at this time.
0 commit comments