Skip to content

Commit

Permalink
Merge branch 'develop' into feature/upgrade-postcss-preset-env
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasio committed Jan 6, 2024
2 parents e9b893b + 6c8dbb5 commit 7ec7eda
Show file tree
Hide file tree
Showing 113 changed files with 17,706 additions and 17,335 deletions.
5 changes: 5 additions & 0 deletions .changeset/grumpy-experts-wait.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"10up-toolkit": patch
---

Update dependencies
6 changes: 6 additions & 0 deletions .changeset/hot-crabs-exercise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@10up/babel-preset-default": patch
"10up-toolkit": patch
---

Fix HRM (again)
6 changes: 6 additions & 0 deletions .changeset/rare-ducks-hang.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@10up/eslint-config": major
---

- Bump minimum prettier version to v3.
- Removed `jsdoc/newline-after-description` eslint rule since it has been removed from the `eslint-plugin-jsdoc`.
6 changes: 0 additions & 6 deletions .changeset/tricky-rabbits-sit.md

This file was deleted.

8 changes: 8 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module.exports = {
extends: ['@10up/eslint-config/node'],
rules: {
'global-require': 'off',
'import/no-dynamic-require': 'off',
'no-process-exit': 'off',
},
};
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx lint-staged
8 changes: 8 additions & 0 deletions .lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"*.[tj]s": [
"eslint"
],
"*.[tj]sx": [
"eslint"
]
}
Loading

0 comments on commit 7ec7eda

Please sign in to comment.