Skip to content

Commit

Permalink
Merge pull request #406 from xapijs/dependabot/npm_and_yarn/develop/a…
Browse files Browse the repository at this point in the history
…ll-deps-97e1fae565

chore(deps): bump the all-deps group across 1 directory with 18 updates
  • Loading branch information
CookieCookson authored Nov 21, 2024
2 parents 7d962e2 + 7fa1c31 commit 90ecb6f
Show file tree
Hide file tree
Showing 18 changed files with 3,112 additions and 3,629 deletions.
4 changes: 0 additions & 4 deletions .eslintignore

This file was deleted.

23 changes: 0 additions & 23 deletions .eslintrc.js

This file was deleted.

3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["dbaeumer.vscode-eslint", "esbenp.prettier-vscode"]
}
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ module.exports = {
],
"@babel/preset-typescript",
],
plugins: ["@babel/plugin-proposal-optional-chaining"],
plugins: ["@babel/plugin-transform-optional-chaining"],
};
12 changes: 12 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// @ts-check
import eslint from "@eslint/js";
import tseslint from "typescript-eslint";
import eslintPluginPrettierRecommended from "eslint-plugin-prettier/recommended";

export default [
...tseslint.config(eslint.configs.recommended, tseslint.configs.recommended),
eslintPluginPrettierRecommended,
{
ignores: ["dist/*", "example/*", "*.js"],
},
];
Loading

0 comments on commit 90ecb6f

Please sign in to comment.