Skip to content

Commit

Permalink
workspace:
Browse files Browse the repository at this point in the history
[UPGRADE] deps
  • Loading branch information
lichaozhy committed Nov 20, 2024
1 parent 34a48a0 commit 1af258b
Show file tree
Hide file tree
Showing 15 changed files with 417 additions and 219 deletions.
6 changes: 3 additions & 3 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import globals from 'globals';
import pluginJs from '@eslint/js';
// import tseslint from "typescript-eslint";
import tseslint from 'typescript-eslint';
import ProduckRules from '@produck/eslint-rules';

/** @type {import('eslint').Linter.Config[]} */
export default [
{files: ['**/*.{js,mjs,cjs,ts}']},
{files: ['**/*.{js,mjs,ts}']},
{languageOptions: { globals: {...globals.browser, ...globals.node} }},
pluginJs.configs.recommended,
// ...tseslint.configs.recommended,
...tseslint.configs.recommended,
ProduckRules,
];
Loading

0 comments on commit 1af258b

Please sign in to comment.