From 9509148e9dc5120f2026c0337a880089734d8c80 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 13 Feb 2020 14:30:54 +0400 Subject: Formed structure of the repository Signed-off-by: Valentin Popov --- .eslintrc.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .eslintrc.json (limited to '.eslintrc.json') diff --git a/.eslintrc.json b/.eslintrc.json new file mode 100644 index 0000000..3613fa3 --- /dev/null +++ b/.eslintrc.json @@ -0,0 +1,15 @@ +{ + "env": { + "es6": true, + "node": true + }, + "extends": "./javascript", + "globals": { + "Atomics": "readonly", + "SharedArrayBuffer": "readonly" + }, + "parserOptions": { + "ecmaVersion": 2020, + "sourceType": "module" + } +} -- cgit v1.2.3