From 0e5fe09b09bf9491732748520e6ad37b74453488 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Mon, 11 Jul 2022 09:44:01 +0200 Subject: Rework site search to pass config params --- assets/js/.eslintrc.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 assets/js/.eslintrc.yml (limited to 'assets/js/.eslintrc.yml') diff --git a/assets/js/.eslintrc.yml b/assets/js/.eslintrc.yml new file mode 100644 index 0000000..add5a78 --- /dev/null +++ b/assets/js/.eslintrc.yml @@ -0,0 +1,2 @@ +parserOptions: + sourceType: module -- cgit v1.2.3