From 98dc62d8ec44879a29447e7f510b221f37909e71 Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Fri, 15 May 2020 16:09:14 +0200 Subject: [PATCH] formatting --- .eslintrc.js | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 4e17205..9f7b2d6 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -5,20 +5,18 @@ * Created by Timo Hocker , May 2020 */ +'use strict'; + module.exports = { env: { commonjs: true, - es6: true, - node: true + es6: true, + node: true }, - extends: [ - '@sapphirecode' - ], + extends: [ '@sapphirecode' ], globals: { - Atomics: 'readonly', + Atomics: 'readonly', SharedArrayBuffer: 'readonly' }, - parserOptions: { - ecmaVersion: 2018 - } -} + parserOptions: { ecmaVersion: 2018 } +};