summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2022-01-31 21:29:29 +0900
committerGitHub <noreply@github.com>2022-01-31 21:29:29 +0900
commit78ee6007528a31ff88d6ece7b4e83fcb2b36afa3 (patch)
tree472bf9b01b5e6b0fb51130b998038c91fb84dc3b
parentUpdate .eslintrc.js (diff)
downloadmisskey-78ee6007528a31ff88d6ece7b4e83fcb2b36afa3.tar.gz
misskey-78ee6007528a31ff88d6ece7b4e83fcb2b36afa3.tar.bz2
misskey-78ee6007528a31ff88d6ece7b4e83fcb2b36afa3.zip
Update .eslintrc.js
-rw-r--r--.eslintrc.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index acc4c08d48..9377d24b78 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -36,7 +36,7 @@ module.exports = {
'space-before-blocks': ['error', 'always'],
'object-curly-spacing': ['error', 'always'],
'nonblock-statement-body-position': ['error', 'beside'],
- 'eqeqeq': ['error', { 'null': 'ignore' }],
+ 'eqeqeq': ['error', 'always', { 'null': 'ignore' }],
'no-multiple-empty-lines': ['error', { 'max': 1 }],
'no-multi-spaces': ['error'],
'no-var': ['error'],