Skip to content

Commit

Permalink
chore: udpated dev deps
Browse files Browse the repository at this point in the history
agliga committed Apr 16, 2024

Unverified

The email in this signature doesn’t match the committer email.
1 parent 4a8faef commit c8541f2
Showing 4 changed files with 1,495 additions and 3,893 deletions.
14 changes: 0 additions & 14 deletions .eslintrc

This file was deleted.

15 changes: 15 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
import ebayConfig from 'eslint-config-ebay';
import eslintConfigPrettier from "eslint-config-prettier";

export default [
{
"plugins": {
ebayConfig,
eslintConfigPrettier,
},
languageOptions: {
ecmaVersion: 2020,
sourceType: "module",
}
}
];
Loading

0 comments on commit c8541f2

Please sign in to comment.