Skip to content

Commit

Permalink
feat: upgrade to grumbler scripts 8 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtjones404 authored Nov 17, 2022
1 parent bb6fd8b commit d07f006
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* @flow */

module.exports = {
extends: "./node_modules/@krakenjs/grumbler-scripts/config/.eslintrc-node.js",
extends: "@krakenjs/eslint-config-grumbler/eslintrc-node",
};
2 changes: 1 addition & 1 deletion babel.config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "@krakenjs/grumbler-scripts/config/.babelrc-node",
"extends": "@krakenjs/babel-config-grumbler/babelrc-node",
"presets": ["@babel/preset-typescript"]
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@
"devDependencies": {
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@krakenjs/grumbler-scripts": "^7.0.0",
"@krakenjs/grumbler-scripts": "^8.0.4",
"flow-bin": "0.116.1",
"flow-typed": "^3.8.0",
"husky": "^7.0.4",
"jest": "^27",
"lint-staged": "^13.0.3",
Expand Down

0 comments on commit d07f006

Please sign in to comment.