Skip to content

Commit

Permalink
chore: add indentation rule for ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpestov committed Jan 30, 2025
1 parent a90b07c commit a588f4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ export default tseslint.config(
},
],
semi: ["error", "never"],
"object-curly-spacing": ["error", "always"]
"object-curly-spacing": ["error", "always"],
"indent": ["error", 2]
},
}
);

0 comments on commit a588f4b

Please sign in to comment.