Skip to content

Commit

Permalink
Upgrade CYF and Prettier ESLint configs
Browse files Browse the repository at this point in the history
  • Loading branch information
textbook committed Jan 16, 2025
1 parent d3cefd2 commit 9f2db85
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 14 deletions.
4 changes: 2 additions & 2 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ import reactRefreshPlugin from "eslint-plugin-react-refresh";
import testingLibraryPlugin from "eslint-plugin-testing-library";
import globals from "globals";

/** @type {import("eslint").Linter.FlatConfig} */
/** @type {import("eslint").Linter.Config[]} */
export default [
cyfConfig,
...cyfConfig.configs.standard,
prettierConfig,
{
plugins: {
Expand Down
73 changes: 63 additions & 10 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@
"useTabs": true
},
"devDependencies": {
"@codeyourfuture/eslint-config-standard": "^5.1.0",
"@codeyourfuture/eslint-config-standard": "^6.0.1",
"@types/eslint": "^9.6.1",
"@types/node": "^20.17.12",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/eslint-plugin": "^1.1.24",
"concurrently": "^9.1.2",
"cross-env": "^7.0.3",
"eslint": "^9.18.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^17.15.1",
"globals": "^15.14.0",
Expand Down

0 comments on commit 9f2db85

Please sign in to comment.