From 3a3085c1db3d72bfc5089bbc8069d20081bc2b74 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sun, 5 Jul 2020 09:41:14 +0200 Subject: [PATCH] remove user selection --- .eslintrc.js | 1 - src/styles/app.scss | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index d2eb214..6fda980 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -15,7 +15,6 @@ module.exports = { }, rules: { '@typescript-eslint/camelcase': 'off', - '@typescript-eslint/no-explicit-any': 'off', 'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off', 'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off' } diff --git a/src/styles/app.scss b/src/styles/app.scss index 715a558..8c0fa99 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -10,6 +10,7 @@ body { background-color: #2c3a47; color: $color; margin: 0; + user-select: none; } button {