mirror of https://github.com/sveltejs/svelte
[chore] upgrade to eslint 8 (#7506)
parent
69fc09c649
commit
b5cf02b4c5
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