Skip to content

Commit

Permalink
chore: fs-extra type
Browse files Browse the repository at this point in the history
  • Loading branch information
Debbl committed Jan 13, 2025
1 parent 4d0430f commit 08d451a
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 12 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"devDependencies": {
"@eslint/config-inspector": "^0.7.1",
"@types/eslint": "^9.6.1",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.10.5",
"@types/react": "^19.0.4",
"bumpp": "^9.10.0",
Expand Down
18 changes: 18 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions test/fixtures.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,19 +66,19 @@ runWithConfig("ts-override", {
},
});

runWithConfig("hooks", {
react: true,
customConfig: {
ignores: [GLOB_TOML],
rules: {
"prettier/prettier": "error",
// runWithConfig("hooks", {
// react: true,
// customConfig: {
// ignores: [GLOB_TOML],
// rules: {
// "prettier/prettier": "error",

"react/prop-types": "off",
"react/no-unknown-property": "off",
"react/no-unescaped-entities": "off",
},
},
});
// "react/prop-types": "off",
// "react/no-unknown-property": "off",
// "react/no-unescaped-entities": "off",
// },
// },
// });

function runWithConfig(name: string, configs: OptionsConfig) {
it.concurrent(
Expand Down

0 comments on commit 08d451a

Please sign in to comment.