Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
weizhenye committed Jul 28, 2024
1 parent 6ed2cc4 commit 7c2873a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"ObjectExpression": { "multiline": true, "consistent": true },
"ObjectPattern": { "multiline": true, "consistent": true }
}],
"prefer-object-spread": 0,
"import/extensions": ["error", "ignorePackages"],
"import/no-extraneous-dependencies": ["error", { "devDependencies": true }],
"import/prefer-default-export": 0
Expand Down

0 comments on commit 7c2873a

Please sign in to comment.