Skip to content

Commit 27c3c7a

Browse files
committed
Restore scrambles build tooling
Fix the dependency separator and align ESLint with the newly updated Airbnb configuration so clean installs and pre-commit linting succeed.
1 parent 6bd607c commit 27c3c7a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/scrambles/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"test:ci": "yarn test"
2323
},
2424
"devDependencies": {
25-
"eslint": "6.8.0",
25+
"eslint": "8.57.0",
2626
"eslint-config-airbnb-base": "15.0.0",
27-
"eslint-plugin-import": "2.32.0"
27+
"eslint-plugin-import": "2.32.0",
2828
"jest": "^30.4.2"
2929
}
3030
}

0 commit comments

Comments
 (0)