From 434434f9238b11c4a55a18937ffa67fd2469f097 Mon Sep 17 00:00:00 2001 From: J Delaney Date: Tue, 26 Jan 2021 21:22:48 -0800 Subject: [PATCH] Fix linting --- test/js/samples/reactive-class-optimized/store.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/js/samples/reactive-class-optimized/store.js b/test/js/samples/reactive-class-optimized/store.js index 10d34a1dd7..bd91f0ece3 100644 --- a/test/js/samples/reactive-class-optimized/store.js +++ b/test/js/samples/reactive-class-optimized/store.js @@ -1,4 +1,4 @@ import { writable } from '../../../../store'; export const reactiveStoreVal = writable(0); -export let unreactiveExport = true; +export const unreactiveExport = true;