mirror of https://github.com/sveltejs/svelte
[chore] upgrade to eslint 8 (#7506)
parent
0580c2d90d
commit
34eb6efedc
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,5 @@
|
||||
import Tag from './shared/Tag';
|
||||
|
||||
export default class RawMustacheTag extends Tag {
|
||||
type: 'RawMustacheTag'
|
||||
type: 'RawMustacheTag';
|
||||
}
|
||||
|
Loading…
Reference in new issue