Skip to content

Commit

Permalink
workspace:
Browse files Browse the repository at this point in the history
[FIXED] using esling9
[UPGRADE] deps
[FIXED] ci: -16.x +20.x
@produck/workspace:
[FIXED] using `@produck/ow`
  • Loading branch information
lichaozhy committed Nov 16, 2024
1 parent 0d5911e commit adb2da7
Show file tree
Hide file tree
Showing 8 changed files with 2,695 additions and 1,974 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
14 changes: 14 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import globals from 'globals';
import pluginJs from '@eslint/js';
// import tseslint from "typescript-eslint";
import ProduckRules from '@produck/eslint-rules';


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

0 comments on commit adb2da7

Please sign in to comment.