-
Couldn't load subscription status.
- Fork 2
Merge next #143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge next #143
Conversation
BREAKING CHANGE: .opt-* won't be supported anymore, so formatting will always happen on pre-commit BREAKING CHANGE: Default Node compilation target is now 10.13+ BREAKING CHANGE: Updates to latest version of lint-staged which may break you if you're using a custom config for it and have `git add`
Use Prettier configuration from upstream repository (https://github.com/kentcdodds/kcd-scripts) instead of the shared configuration distributed with this package from `src/config/prettierrc.js` in order to maintain the ability to merge the upstream repo.
BREAKING CHANGE: linting TypeScript files now requires `parserOptions.project` to be specified in your ESLint configuration. If your `tsconfig.json` is at your project root, chances are you'll be fine with no changes as this project attempts to configure ESLint for that scenario. However, if you have your `tsconfig.json` elsewhere or have some other custom setup you will likely need to specify `parserOptions.project` in your `.eslintrc.json` to point at your `tsconfig.json`
BREAKING CHANGE: this enables new ESLint rules that may cause linting done with `hover-scripts lint` to start to fail
Ensure installed versions of 'eslint-plugin-react' and 'eslint-plugin-react-hooks' are compatible with 'eslint-config-airbnb'
Codecov Report
@@ Coverage Diff @@
## master #143 +/- ##
==========================================
+ Coverage 86.66% 88.85% +2.19%
==========================================
Files 21 21
Lines 345 359 +14
Branches 81 86 +5
==========================================
+ Hits 299 319 +20
+ Misses 36 33 -3
+ Partials 10 7 -3
Continue to review full report at Codecov.
|
No description provided.