diff options
author | 2023-07-12 07:14:48 +0000 | |
---|---|---|
committer | 2023-07-12 07:14:48 +0000 | |
commit | b07d61a895a3ab3b8d99dc5912fcc3a7cc96183e (patch) | |
tree | 2ac515371d61e3a00dc1b11791315fc91e73dadf | |
parent | df49bbe7f1180f6d2c33b8aec201574d2cafd3a8 (diff) | |
download | astro-b07d61a895a3ab3b8d99dc5912fcc3a7cc96183e.tar.gz astro-b07d61a895a3ab3b8d99dc5912fcc3a7cc96183e.tar.zst astro-b07d61a895a3ab3b8d99dc5912fcc3a7cc96183e.zip |
[ci] format
-rw-r--r-- | .eslintrc.cjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 0c2ebff20..2e31d2fa7 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -44,7 +44,7 @@ module.exports = { '@typescript-eslint/restrict-template-expressions': 'off', '@typescript-eslint/sort-type-constituents': 'off', '@typescript-eslint/unbound-method': 'off', - "@typescript-eslint/no-explicit-any": 'off', + '@typescript-eslint/no-explicit-any': 'off', // These rules enabled by the preset configs don't work well for us '@typescript-eslint/await-thenable': 'off', |