Skip to content

Commit

Permalink
Delete ESLint indent rules
Browse files Browse the repository at this point in the history
  • Loading branch information
decaplanet committed Feb 12, 2024
1 parent ad0b69d commit 88555b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.cjs
Expand Up @@ -17,7 +17,6 @@ module.exports = {
},
plugins: ["@typescript-eslint"],
rules: {
indent: ["warn", 4],
quotes: ["warn", "double"],
semi: ["error", "always"],

Expand Down

0 comments on commit 88555b6

Please sign in to comment.