Skip to content

Commit

Permalink
chore: remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
teppeis committed Sep 28, 2023
1 parent cf9895c commit 9bf8e8a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/configs/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ export const base: Linter.FlatConfig = merge(js.configs.recommended, {
"prefer-rest-params": 2,
"prefer-template": 2,
radix: 2,
// => es2017
// "require-await": 2,
strict: [2, "global"],
yoda: [2, "never", { onlyEquality: true }],

Expand Down

0 comments on commit 9bf8e8a

Please sign in to comment.