Skip to content

Commit

Permalink
feature: supertape: @putout/eslint-flat v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed May 9, 2024
1 parent 7558a70 commit c6f3052
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ import {
mergeESLintConfigs,
} from '@putout/eslint-flat';

const config = await mergeESLintConfigs('./packages');
const config = await mergeESLintConfigs(import.meta.url, 'packages');

export default createESLintConfig([safeAlign, config]);
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"prepare": "madrun prepare"
},
"devDependencies": {
"@putout/eslint-flat": "^1.0.4",
"@putout/eslint-flat": "^2.0.0",
"c8": "^9.0.0",
"check-dts": "^0.7.0",
"eslint": "^9.1.1",
Expand All @@ -47,6 +47,8 @@
"engines": {
"node": ">=18"
},
"workspaces": ["packages/*"],
"workspaces": [
"packages/*"
],
"dependencies": {}
}
2 changes: 1 addition & 1 deletion packages/supertape/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"devDependencies": {
"@babel/core": "^8.0.0-alpha.5",
"@iocmd/wait": "^2.1.0",
"@putout/eslint-flat": "^1.0.4",
"@putout/eslint-flat": "^2.0.0",
"c8": "^9.0.0",
"check-dts": "^0.7.0",
"currify": "^4.0.0",
Expand Down

0 comments on commit c6f3052

Please sign in to comment.